Uses of Class
org.docx4j.dml.BaseStyles
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of BaseStyles in org.docx4j.dml
Fields in org.docx4j.dml declared as BaseStyles Modifier and Type Field Description protected BaseStylesCTClipboardStyleSheet. themeElementsprotected BaseStylesTheme. themeElementsMethods in org.docx4j.dml that return BaseStyles Modifier and Type Method Description BaseStylesObjectFactory. createBaseStyles()Create an instance ofBaseStylesBaseStylesCTClipboardStyleSheet. getThemeElements()Gets the value of the themeElements property.BaseStylesTheme. getThemeElements()Gets the value of the themeElements property.Methods in org.docx4j.dml with parameters of type BaseStyles Modifier and Type Method Description voidCTClipboardStyleSheet. setThemeElements(BaseStyles value)Sets the value of the themeElements property.voidTheme. setThemeElements(BaseStyles value)Sets the value of the themeElements property.