Package | Description |
---|---|
org.apache.poi.hslf.dev | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
static void |
TextStyleListing.showTextProps(TextPropCollection tpc) |
Modifier and Type | Method and Description |
---|---|
TextPropCollection |
StyleTextPropAtom.addCharacterTextPropCollection(int charactersCovered)
Create a new Character TextPropCollection, and add it to the list
|
TextPropCollection |
StyleTextPropAtom.addParagraphTextPropCollection(int charactersCovered)
Create a new Paragraph TextPropCollection, and add it to the list
|
TextPropCollection[] |
TxMasterStyleAtom.getCharacterStyles()
Returns array of character styles defined in this record.
|
TextPropCollection[] |
TxMasterStyleAtom.getParagraphStyles()
Returns array of paragraph styles defined in this record.
|
Modifier and Type | Method and Description |
---|---|
TextPropCollection |
RichTextRun._getRawCharacterStyle()
Internal Use Only - get the underlying character style collection.
|
TextPropCollection |
RichTextRun._getRawParagraphStyle()
Internal Use Only - get the underlying paragraph style collection.
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextRun.supplyTextProps(TextPropCollection pStyle,
TextPropCollection cStyle,
boolean pShared,
boolean cShared)
Supply (normally default) textprops, and if they're shared,
when a run gets them
|
Constructor and Description |
---|
RichTextRun(TextRun parent,
int startAt,
int len,
TextPropCollection pStyle,
TextPropCollection cStyle,
boolean pShared,
boolean cShared)
Create a new wrapper around a rich text string
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.