Class PropertyFactory

java.lang.Object
org.docx4j.model.properties.PropertyFactory

public class PropertyFactory extends Object
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • PropertyFactory

      public PropertyFactory()
  • Method Details

    • createProperties

      public static List<Property> createProperties(CTTblPrBase tblPr)
    • createProperties

      public static List<Property> createProperties(List<CTTblStylePr> tblStylePrList)
    • createProperties

      public static List<Property> createProperties(TrPr trPr)
    • createProperties

      public static List<Property> createProperties(TcPr tcPr)
    • createPropertiesTable

      public static void createPropertiesTable(List<Property> properties, TcPr tcPr)
    • createProperties

      public static void createProperties(List<Property> properties, TcPr tcPr)
    • createProperties

      public static List<Property> createProperties(OpcPackage wmlPackage, RPr rPr)
    • createProperties

      public static List<Property> createProperties(OpcPackage wmlPackage, ParaRPr rPr)
    • createProperties

      public static List<Property> createProperties(OpcPackage wmlPackage, PPr pPr)
    • createPropertyFromCssName

      public static Property createPropertyFromCssName(String name, org.w3c.dom.css.CSSValue value)
    • createPropertyFromCssNameForPPr

      public static Property createPropertyFromCssNameForPPr(String name, org.w3c.dom.css.CSSValue value)
      Now used to create fill property for paragraph only