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