Package | Description |
---|---|
org.apache.poi.hslf.dev | |
org.apache.poi.hslf.model.textproperties | |
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 |
TextPropCollection.copy()
Clones the given text properties
|
Constructor and Description |
---|
TextPropCollection(TextPropCollection other) |
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextPropCollection> |
StyleTextPropAtom.getCharacterStyles() |
java.util.List<TextPropCollection> |
TxMasterStyleAtom.getCharacterStyles()
Returns array of character styles defined in this record.
|
java.util.List<TextPropCollection> |
StyleTextPropAtom.getParagraphStyles() |
java.util.List<TextPropCollection> |
TxMasterStyleAtom.getParagraphStyles()
Returns array of paragraph styles defined in this record.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleTextPropAtom.addCharacterTextPropCollection(TextPropCollection tpc) |
void |
StyleTextPropAtom.addParagraphTextPropCollection(TextPropCollection tpc) |
Modifier and Type | Method and Description |
---|---|
void |
StyleTextPropAtom.setCharacterStyles(java.util.List<TextPropCollection> cs)
Updates the link list of TextPropCollections which make up the
character stylings
|
void |
StyleTextPropAtom.setParagraphStyles(java.util.List<TextPropCollection> ps)
Updates the link list of TextPropCollections which make up the
paragraph stylings
|
Modifier and Type | Method and Description |
---|---|
TextPropCollection |
HSLFTextRun.getCharacterStyle() |
TextPropCollection |
HSLFTextParagraph.getParagraphStyle() |
abstract TextPropCollection |
HSLFMasterSheet.getPropCollection(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Find the master collection for the given txtype/level/name.
|
TextPropCollection |
HSLFSlideMaster.getPropCollection(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Find the master collection for the given txtype/level/name.
|
TextPropCollection |
HSLFTitleMaster.getPropCollection(int txtype,
int level,
java.lang.String name,
boolean isCharacter)
Delegate the call to the underlying slide master.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends TextProp> |
HSLFTextParagraph.getPropVal(TextPropCollection props,
java.lang.String propName)
Fetch the value of the given Paragraph related TextProp.
|
void |
HSLFTextRun.setCharacterStyle(TextPropCollection characterStyle) |
void |
HSLFTextParagraph.setParagraphStyle(TextPropCollection paragraphStyle) |
protected void |
HSLFTextParagraph.setPropVal(TextPropCollection props,
java.lang.String name,
java.lang.Integer val)
Returns the named TextProp, either by fetching it (if it exists) or
adding it (if it didn't)
|
Modifier and Type | Method and Description |
---|---|
protected static void |
HSLFTextParagraph.applyCharacterStyles(java.util.List<HSLFTextParagraph> paragraphs,
java.util.List<TextPropCollection> charStyles) |
protected static void |
HSLFTextParagraph.applyParagraphStyles(java.util.List<HSLFTextParagraph> paragraphs,
java.util.List<TextPropCollection> paraStyles) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.