public class PropertyFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
PropertyFactory() |
Modifier and Type | Method and Description |
---|---|
static List<Property> |
createProperties(CTTblPrBase tblPr) |
static List<Property> |
createProperties(List<CTTblStylePr> tblStylePrList) |
static void |
createProperties(List<Property> properties,
TcPr tcPr) |
static List<Property> |
createProperties(OpcPackage wmlPackage,
ParaRPr rPr) |
static List<Property> |
createProperties(OpcPackage wmlPackage,
PPr pPr) |
static List<Property> |
createProperties(OpcPackage wmlPackage,
RPr rPr) |
static List<Property> |
createProperties(TcPr tcPr) |
static List<Property> |
createProperties(TrPr trPr) |
static void |
createPropertiesTable(List<Property> properties,
TcPr tcPr) |
static Property |
createPropertyFromCssName(String name,
org.w3c.dom.css.CSSValue value) |
static Property |
createPropertyFromCssNameForPPr(String name,
org.w3c.dom.css.CSSValue value)
Now used to create fill property for paragraph only
|
public static List<Property> createProperties(CTTblPrBase tblPr)
public static List<Property> createProperties(List<CTTblStylePr> tblStylePrList)
public static void createPropertiesTable(List<Property> properties, TcPr tcPr)
public static List<Property> createProperties(OpcPackage wmlPackage, RPr rPr)
public static List<Property> createProperties(OpcPackage wmlPackage, ParaRPr rPr)
public static List<Property> createProperties(OpcPackage wmlPackage, PPr pPr)
public static Property createPropertyFromCssName(String name, org.w3c.dom.css.CSSValue value)
public static Property createPropertyFromCssNameForPPr(String name, org.w3c.dom.css.CSSValue value)
Copyright © 2007-2018. All Rights Reserved.