Class PropertyFactory

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

public class PropertyFactory
extends java.lang.Object
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • PropertyFactory

      public PropertyFactory()
  • Method Details

    • createProperties

      public static java.util.List<Property> createProperties​(CTTblPrBase tblPr)
    • createProperties

      public static java.util.List<Property> createProperties​(java.util.List<CTTblStylePr> tblStylePrList)
    • createProperties

      public static java.util.List<Property> createProperties​(TrPr trPr)
    • createProperties

      public static java.util.List<Property> createProperties​(TcPr tcPr)
    • createPropertiesTable

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

      public static void createProperties​(java.util.List<Property> properties, TcPr tcPr)
    • createProperties

      public static java.util.List<Property> createProperties​(OpcPackage wmlPackage, RPr rPr)
    • createProperties

      public static java.util.List<Property> createProperties​(OpcPackage wmlPackage, ParaRPr rPr)
    • createProperties

      public static java.util.List<Property> createProperties​(OpcPackage wmlPackage, PPr pPr)
    • 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