Class CellMarginBottom
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.table.AbstractTableProperty
org.docx4j.model.properties.table.AbstractCellMargin
org.docx4j.model.properties.table.CellMarginBottom
public class CellMarginBottom extends AbstractCellMargin
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringSUFFIXFields inherited from class org.docx4j.model.properties.table.AbstractCellMargin
CSS_NAME_PREFIX, cssAttributeName, FO_NAME_PREFIX, foAttributeName -
Constructor Summary
Constructors Constructor Description CellMarginBottom(TblWidth tblWidth)CellMarginBottom(org.w3c.dom.css.CSSValue value) -
Method Summary
Methods inherited from class org.docx4j.model.properties.table.AbstractCellMargin
ensureMargin, ensureMargin, formatTwips, getCssName, getCssProperty, getTwips, init, setXslFO, twipFromPercentageMethods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SUFFIX
protected static final java.lang.String SUFFIX- See Also:
- Constant Field Values
-
-
Constructor Details
-
CellMarginBottom
-
CellMarginBottom
public CellMarginBottom(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
set
- Specified by:
setin classAbstractCellMargin
-
set
- Specified by:
setin classAbstractTableProperty
-