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