Class BorderTop
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.table.AbstractTableProperty
org.docx4j.model.properties.table.AbstractBorder
org.docx4j.model.properties.table.BorderTop
public class BorderTop extends AbstractBorder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFO_NAMEFields inherited from class org.docx4j.model.properties.table.AbstractBorder
CSS_NAME__COLOR, CSS_NAME__STYLE, CSS_NAME__WIDTH -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCssName()voidset(TblPr tblPr)voidset(TcPrInner tcPr)Methods inherited from class org.docx4j.model.properties.table.AbstractBorder
eighthsToMM, getCssProperty, setXslFOMethods 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
-
FO_NAME
public static final java.lang.String FO_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
BorderTop
-
BorderTop
public BorderTop(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
getCssName
public java.lang.String getCssName()- Specified by:
getCssNamein classProperty- Since:
- 2.7.2
-
set
- Specified by:
setin classAbstractTableProperty
-
set
- Specified by:
setin classAbstractBorder
-