Class TrHeight
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.table.tr.AbstractTrProperty
org.docx4j.model.properties.table.tr.TrHeight
public class TrHeight extends AbstractTrProperty
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCSS_NAMEprotected static java.math.BigIntegerDEFAULT_TWIPS_HEIGHTstatic java.lang.StringFO_NAMEprotected static javax.xml.namespace.QNameTRHEIGHT_NAME -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCssName()java.lang.StringgetCssProperty()voidset(TrPr trPr)voidsetXslFO(org.w3c.dom.Element foElement)Methods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObject
-
Field Details
-
CSS_NAME
public static final java.lang.String CSS_NAME- See Also:
- Constant Field Values
-
FO_NAME
public static final java.lang.String FO_NAME- See Also:
- Constant Field Values
-
DEFAULT_TWIPS_HEIGHT
protected static final java.math.BigInteger DEFAULT_TWIPS_HEIGHT -
TRHEIGHT_NAME
protected static final javax.xml.namespace.QName TRHEIGHT_NAME
-
-
Constructor Details
-
Method Details
-
set
- Specified by:
setin classAbstractTrProperty
-
getCssProperty
public java.lang.String getCssProperty()- Specified by:
getCssPropertyin classProperty
-
getCssName
public java.lang.String getCssName()- Specified by:
getCssNamein classProperty
-
setXslFO
public void setXslFO(org.w3c.dom.Element foElement)
-