| Package | Description |
|---|---|
| org.docx4j.dml |
| Modifier and Type | Field and Description |
|---|---|
protected FontCollection |
CTTableStyleTextStyle.font |
protected FontCollection |
CTBaseStylesOverride.FontScheme.majorFont |
protected FontCollection |
BaseStyles.FontScheme.majorFont |
protected FontCollection |
CTBaseStylesOverride.FontScheme.minorFont |
protected FontCollection |
BaseStyles.FontScheme.minorFont |
| Modifier and Type | Method and Description |
|---|---|
FontCollection |
ObjectFactory.createFontCollection()
Create an instance of
FontCollection |
FontCollection |
CTTableStyleTextStyle.getFont()
Gets the value of the font property.
|
FontCollection |
CTBaseStylesOverride.FontScheme.getMajorFont()
Gets the value of the majorFont property.
|
FontCollection |
BaseStyles.FontScheme.getMajorFont()
Gets the value of the majorFont property.
|
FontCollection |
CTBaseStylesOverride.FontScheme.getMinorFont()
Gets the value of the minorFont property.
|
FontCollection |
BaseStyles.FontScheme.getMinorFont()
Gets the value of the minorFont property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTTableStyleTextStyle.setFont(FontCollection value)
Sets the value of the font property.
|
void |
CTBaseStylesOverride.FontScheme.setMajorFont(FontCollection value)
Sets the value of the majorFont property.
|
void |
BaseStyles.FontScheme.setMajorFont(FontCollection value)
Sets the value of the majorFont property.
|
void |
CTBaseStylesOverride.FontScheme.setMinorFont(FontCollection value)
Sets the value of the minorFont property.
|
void |
BaseStyles.FontScheme.setMinorFont(FontCollection value)
Sets the value of the minorFont property.
|
Copyright © 2007-2020. All Rights Reserved.