Package org.docx4j.model.properties
Class Property
java.lang.Object
org.docx4j.model.properties.Property
- Direct Known Subclasses:
AbstractParagraphProperty,AbstractRunProperty,AbstractTableProperty,AbstractTableStyleProperty,AbstractTcProperty,AbstractTrProperty,AdHocProperty
A representation of a run or paragraph property,
designed for ease of conversion to or from
CSS or to XSL FO.
Currently this class assumes a one to one
correspondence between properties. This might
well have to change.
Examples of issues:
- w:ind maps to multiple css properties (left, right)
- Author:
- jason
-
Field Details
-
log
protected static org.slf4j.Logger log -
object
-
CSS_NULL
- See Also:
-
CSS_COLON
- See Also:
-
CSS_SPACE
- See Also:
-
CSS_COMMA
- See Also:
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getObject
- Returns:
- the object
-
setObject
- Parameters:
object- the object to set
-
getCssProperty
-
getCssName
- Since:
- 2.7.2
-
composeCss
-
setXslFO
-
debug
-