Package | Description |
---|---|
org.zkoss.poi.hslf.dev | |
org.zkoss.poi.hslf.record | |
org.zkoss.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 |
---|---|
java.util.LinkedList<TextPropCollection> |
StyleTextPropAtom.getCharacterStyles() |
java.util.LinkedList<TextPropCollection> |
StyleTextPropAtom.getParagraphStyles() |
Modifier and Type | Method and Description |
---|---|
void |
StyleTextPropAtom.setCharacterStyles(java.util.LinkedList<TextPropCollection> cs)
Updates the link list of TextPropCollections which make up the
character stylings
|
void |
StyleTextPropAtom.setParagraphStyles(java.util.LinkedList<TextPropCollection> ps)
Updates the link list of TextPropCollections which make up the
paragraph stylings
|
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 © 2005-2010 Potix Corporation. All Rights Reserved.