Modifier and Type | Method and Description |
---|---|
void |
ParagraphStylesInTableFix.StyleRenamer.setDefaultTableStyle(Style defaultTableStyle) |
Modifier and Type | Method and Description |
---|---|
Style |
PropertyResolver.getEffectiveTableStyle(TblPr tblPr) |
Style |
PropertyResolver.getStyle(String styleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyResolver.activateStyle(Style s) |
Modifier and Type | Method and Description |
---|---|
static Style |
StyleUtil.apply(PPr source,
Style destination) |
static Style |
StyleUtil.apply(RPr source,
Style destination) |
static Style |
StyleUtil.apply(Style source,
Style destination)
Note that this method does not climb the hierarchy
to take any account of what these styles are basedOn
(other than to set the basedOn value)
|
Style |
StyleTree.AugmentedStyle.getStyle() |
Modifier and Type | Method and Description |
---|---|
static Style |
StyleUtil.apply(PPr source,
Style destination) |
static Style |
StyleUtil.apply(RPr source,
Style destination) |
static Style |
StyleUtil.apply(Style source,
Style destination)
Note that this method does not climb the hierarchy
to take any account of what these styles are basedOn
(other than to set the basedOn value)
|
static boolean |
StyleUtil.areEqual(Style style1,
Style style2,
boolean compareIDs) |
static boolean |
StyleUtil.isEmpty(Style style) |
static void |
BrokenStyleRemediator.remediate(Style s) |
Constructor and Description |
---|
AugmentedStyle(Style s) |
StyleTree(Set<String> stylesInUse,
Map<String,Style> allStyles,
DocDefaults docDefaults,
Style normal)
Build a StyleTree for stylesInUse.
|
Constructor and Description |
---|
StyleTree(Set<String> stylesInUse,
Map<String,Style> allStyles,
DocDefaults docDefaults,
Style normal)
Build a StyleTree for stylesInUse.
|
Modifier and Type | Field and Description |
---|---|
protected Style |
TableModel.effectiveTableStyle |
Modifier and Type | Method and Description |
---|---|
Style |
TableModel.getEffectiveTableStyle() |
Modifier and Type | Method and Description |
---|---|
Style |
StyleDefinitionsPart.getDefaultCharacterStyle() |
Style |
StyleDefinitionsPart.getDefaultParagraphStyle()
if this returns null; invoke createVirtualStylesForDocDefaults() @since 3.2.0 then try again
|
Style |
StyleDefinitionsPart.getDefaultTableStyle() |
Style |
StyleDefinitionsPart.getLinkedStyle(String rStyleVal)
For a run/character style return its linked paragraph style (if any),
or vice versa.
|
Style |
StyleDefinitionsPart.getStyleById(String id) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Style> |
StyleDefinitionsPart.getKnownStyles()
Returns a map of styles defined in docx4j's KnownStyles.xml
(not styles defined in your pkg)
|
Modifier and Type | Method and Description |
---|---|
int |
StyleBasedOnHelper.getBasedOnHeading(Style s)
returns heading level, or -1 if not based on a heading
|
boolean |
StyleBasedOnHelper.isBasedOn(Style thisStyle,
String baseStyleId) |
Modifier and Type | Method and Description |
---|---|
int |
USwitch.getOutlineLvl(PPr pPr,
SwitchProcessor sp,
Style s,
int cutOff) |
void |
NSwitch.process(Style s,
SwitchProcessor sp) |
void |
TSwitch.process(Style s,
SwitchProcessor sp) |
void |
HSwitch.process(Style s,
SwitchProcessor sp) |
void |
OSwitch.process(Style s,
SwitchProcessor sp) |
void |
SwitchInterface.process(Style s,
SwitchProcessor sp) |
void |
USwitch.process(Style s,
SwitchProcessor sp) |
void |
USwitch.process(Style s,
SwitchProcessor sp,
PPr pPr,
OSwitch oSwitch) |
Modifier and Type | Field and Description |
---|---|
protected List<Style> |
Styles.style |
Modifier and Type | Method and Description |
---|---|
Style |
ObjectFactory.createStyle()
Create an instance of
Style |
Modifier and Type | Method and Description |
---|---|
List<Style> |
Styles.getStyle()
Gets the value of the style property.
|
Modifier and Type | Method and Description |
---|---|
static Style |
TextStyles.convertToWordStyle(CTTextParagraphProperties lvlPPr,
String id,
String name,
String basedOn,
BaseStyles.FontScheme fontScheme) |
Modifier and Type | Method and Description |
---|---|
static List<Style> |
TextStyles.generateStyles(PresentationMLPackage presentationMLPackage) |
static List<Style> |
TextStyles.generateWordStylesForMaster(CTSlideMasterTextStyles masterTextStyles,
int mastern,
BaseStyles.FontScheme fontScheme) |
static List<Style> |
TextStyles.generateWordStylesFromPresentationPart(CTTextListStyle textStyles,
String suffix,
BaseStyles.FontScheme fontScheme) |
Copyright © 2007-2019. All Rights Reserved.