Class AbstractCellMargin
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.table.AbstractTableProperty
org.docx4j.model.properties.table.AbstractCellMargin
- Direct Known Subclasses:
CellMarginBottom,CellMarginLeft,CellMarginRight,CellMarginTop
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractCellMargin(TblWidth val, String suffix) AbstractCellMargin(org.w3c.dom.css.CSSValue value, String suffix) -
Method Summary
Modifier and TypeMethodDescriptionvoidensureMargin(TblPr tblPr) protected voidensureMargin(TcPrInner tcPr) protected StringformatTwips(int twips) protected intgetTwips()protected voidabstract voidvoidprotected inttwipFromPercentage(float fVal) Methods inherited from class org.docx4j.model.properties.table.AbstractTableProperty
setMethods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObject
-
Field Details
-
CSS_NAME_PREFIX
- See Also:
-
FO_NAME_PREFIX
- See Also:
-
cssAttributeName
-
foAttributeName
-
-
Constructor Details
-
AbstractCellMargin
-
AbstractCellMargin
-
-
Method Details
-
twipFromPercentage
protected int twipFromPercentage(float fVal) -
init
-
getCssProperty
- Specified by:
getCssPropertyin classProperty
-
getCssName
- Specified by:
getCssNamein classProperty
-
setXslFO
-
getTwips
protected int getTwips() -
formatTwips
-
ensureMargin
-
ensureMargin
-
set
-