Package org.docx4j.model.properties
Class PropertyFactory
java.lang.Object
org.docx4j.model.properties.PropertyFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateProperties(List<Property> properties, TcPr tcPr) createProperties(List<CTTblStylePr> tblStylePrList) createProperties(OpcPackage wmlPackage, ParaRPr rPr) createProperties(OpcPackage wmlPackage, PPr pPr) createProperties(OpcPackage wmlPackage, RPr rPr) createProperties(CTTblPrBase tblPr) createProperties(TcPr tcPr) createProperties(TrPr trPr) static voidcreatePropertiesTable(List<Property> properties, TcPr tcPr) static PropertycreatePropertyFromCssName(String name, org.w3c.dom.css.CSSValue value) static PropertycreatePropertyFromCssNameForPPr(String name, org.w3c.dom.css.CSSValue value) Now used to create fill property for paragraph only
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
PropertyFactory
public PropertyFactory()
-
-
Method Details
-
createProperties
-
createProperties
-
createProperties
-
createProperties
-
createPropertiesTable
-
createProperties
-
createProperties
-
createProperties
-
createProperties
-
createPropertyFromCssName
-
createPropertyFromCssNameForPPr
Now used to create fill property for paragraph only
-