Uses of Class
org.docx4j.wml.Style
Packages that use Style
Package
Description
-
Uses of Style in org.docx4j.convert.out.common.preprocess
Fields in org.docx4j.convert.out.common.preprocess declared as StyleModifier and TypeFieldDescriptionprivate StyleParagraphStylesInTableFix.StyleRenamer.defaultTableStyleFields in org.docx4j.convert.out.common.preprocess with type parameters of type StyleMethods in org.docx4j.convert.out.common.preprocess with parameters of type StyleModifier and TypeMethodDescriptionvoidParagraphStylesInTableFix.StyleRenamer.setDefaultTableStyle(Style defaultTableStyle) -
Uses of Style in org.docx4j.fonts
Fields in org.docx4j.fonts declared as StyleMethods in org.docx4j.fonts that return Style -
Uses of Style in org.docx4j.model
Fields in org.docx4j.model with type parameters of type StyleModifier and TypeFieldDescriptionPropertyResolver.liveStylesMap of all styles in the Style Definitions Part.Methods in org.docx4j.model that return StyleMethods in org.docx4j.model with parameters of type StyleModifier and TypeMethodDescriptionbooleanPropertyResolver.activateStyle(Style s) private booleanPropertyResolver.activateStyle(Style s, boolean replace) Method parameters in org.docx4j.model with type arguments of type StyleModifier and TypeMethodDescriptionprivate voidPropertyResolver.fillTableStyleStack(String styleId, Stack<Style> tableStyleStack) Ascend the style hierarchy, capturing the table styles -
Uses of Style in org.docx4j.model.styles
Fields in org.docx4j.model.styles declared as StyleModifier and TypeFieldDescriptionprivate StyleStyleTree.AugmentedStyle.s(package private) StyleStyleTree.styleDocDefaultsMethods in org.docx4j.model.styles that return StyleModifier and TypeMethodDescriptionstatic Stylestatic Stylestatic StyleNote 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)StyleTree.AugmentedStyle.getStyle()Methods in org.docx4j.model.styles with parameters of type StyleModifier and TypeMethodDescriptionstatic Stylestatic Stylestatic StyleNote 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 booleanprivate voidStyleTree.createVirtualStylesForDocDefaults(DocDefaults docDefaults, Style normal) Manufacture a paragraph style from the following, so it can be used as the root of our paragraph style tree.voidStyleTree.init(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal, Style defaultCharStyle, Style defaultTableStyle) Build a StyleTree for stylesInUse.static booleanstatic voidMethod parameters in org.docx4j.model.styles with type arguments of type StyleModifier and TypeMethodDescriptionprivate Node<StyleTree.AugmentedStyle>voidStyleTree.init(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal, Style defaultCharStyle, Style defaultTableStyle) Build a StyleTree for stylesInUse.Constructors in org.docx4j.model.styles with parameters of type StyleModifierConstructorDescriptionStyleTree(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal) Build a StyleTree for stylesInUse.StyleTree(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal, Style defaultCharStyle, Style defaultTableStyle) Build a StyleTree for stylesInUse.Constructor parameters in org.docx4j.model.styles with type arguments of type StyleModifierConstructorDescriptionStyleTree(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal) Build a StyleTree for stylesInUse.StyleTree(Set<String> stylesInUse, Map<String, Style> allStyles, DocDefaults docDefaults, Style normal, Style defaultCharStyle, Style defaultTableStyle) Build a StyleTree for stylesInUse. -
Uses of Style in org.docx4j.model.table
Fields in org.docx4j.model.table declared as StyleMethods in org.docx4j.model.table that return Style -
Uses of Style in org.docx4j.openpackaging.parts.WordprocessingML
Fields in org.docx4j.openpackaging.parts.WordprocessingML declared as StyleModifier and TypeFieldDescription(package private) StyleMainDocumentPart.FontAndStyleFinder.defaultCharacterStyleprivate StyleStyleDefinitionsPart.defaultCharacterStyle(package private) StyleMainDocumentPart.FontAndStyleFinder.defaultParagraphStyleprivate StyleStyleDefinitionsPart.defaultParagraphStyle(package private) StyleMainDocumentPart.FontAndStyleFinder.defaultTableStyleprivate StyleStyleDefinitionsPart.defaultTableStyleFields in org.docx4j.openpackaging.parts.WordprocessingML with type parameters of type StyleMethods in org.docx4j.openpackaging.parts.WordprocessingML that return StyleModifier and TypeMethodDescriptionStyleDefinitionsPart.getDefaultCharacterStyle()StyleDefinitionsPart.getDefaultParagraphStyle()if this returns null; invoke createVirtualStylesForDocDefaults() @since 3.2.0 then try againprivate StyleStyleDefinitionsPart.getDefaultStyle(String type) StyleDefinitionsPart.getDefaultTableStyle()StyleDefinitionsPart.getLinkedStyle(String rStyleVal) For a run/character style return its linked paragraph style (if any), or vice versa.StyleDefinitionsPart.getStyleById(String id) private static StyleStyleDefinitionsPart.getStyleById(List<Style> styles, String id) Methods in org.docx4j.openpackaging.parts.WordprocessingML that return types with arguments of type StyleModifier and TypeMethodDescriptionStyleDefinitionsPart.getKnownStyles()Returns a map of styles defined in docx4j's KnownStyles.xml (not styles defined in your pkg)Method parameters in org.docx4j.openpackaging.parts.WordprocessingML with type arguments of type StyleModifier and TypeMethodDescriptionprivate static StyleStyleDefinitionsPart.getStyleById(List<Style> styles, String id) -
Uses of Style in org.docx4j.samples
Method parameters in org.docx4j.samples with type arguments of type Style -
Uses of Style in org.docx4j.toc
Fields in org.docx4j.toc with type parameters of type StyleMethods in org.docx4j.toc with parameters of type StyleModifier and TypeMethodDescriptionintStyleBasedOnHelper.getBasedOnHeading(Style s) returns heading level, or -1 if not based on a headingboolean -
Uses of Style in org.docx4j.toc.switches
Methods in org.docx4j.toc.switches with parameters of type StyleModifier and TypeMethodDescriptionintUSwitch.getOutlineLvl(PPr pPr, SwitchProcessorInterface sp, Style s, int cutOff) voidCSwitch.process(Style s, SwitchProcessorInterface sp) voidHSwitch.process(Style s, SwitchProcessorInterface sp) voidNSwitch.process(Style s, SwitchProcessorInterface sp) voidOSwitch.process(Style s, SwitchProcessorInterface sp) voidSwitchInterface.process(Style s, SwitchProcessorInterface sp) voidTSwitch.process(Style s, SwitchProcessorInterface sp) voidUSwitch.process(Style s, SwitchProcessorInterface sp) voidUSwitch.process(Style s, SwitchProcessorInterface sp, PPr pPr, OSwitch oSwitch) -
Uses of Style in org.docx4j.wml
Fields in org.docx4j.wml with type parameters of type StyleMethods in org.docx4j.wml that return StyleMethods in org.docx4j.wml that return types with arguments of type Style -
Uses of Style in org.pptx4j.model
Methods in org.pptx4j.model that return StyleModifier and TypeMethodDescriptionstatic StyleTextStyles.convertToWordStyle(CTTextParagraphProperties lvlPPr, String id, String name, String basedOn, BaseStyles.FontScheme fontScheme) Methods in org.pptx4j.model that return types with arguments of type StyleModifier and TypeMethodDescriptionTextStyles.generateLvlNMasterStyle(CTTextListStyle textStyles, String suffix, BaseStyles.FontScheme fontScheme) TextStyles.generateStyles(PresentationMLPackage presentationMLPackage) TextStyles.generateWordStylesForMaster(CTSlideMasterTextStyles masterTextStyles, int mastern, BaseStyles.FontScheme fontScheme) TextStyles.generateWordStylesFromPresentationPart(CTTextListStyle textStyles, String suffix, BaseStyles.FontScheme fontScheme)