Class CellMarginLeft
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.CellMarginLeft
public class CellMarginLeft 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 CellMarginLeft(TblWidth tblWidth)CellMarginLeft(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
-
CellMarginLeft
-
CellMarginLeft
public CellMarginLeft(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
set
- Specified by:
setin classAbstractCellMargin
-
set
- Specified by:
setin classAbstractTableProperty
-