Class BorderLeft
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.BorderLeft
public class BorderLeft 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
Constructors Constructor Description BorderLeft(CTBorder val)BorderLeft(org.w3c.dom.css.CSSValue value) -
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
-
BorderLeft
-
BorderLeft
public BorderLeft(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
-