Class PBorderLeft
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.paragraph.AbstractParagraphProperty
org.docx4j.model.properties.paragraph.AbstractPBorder
org.docx4j.model.properties.paragraph.PBorderLeft
public class PBorderLeft extends AbstractPBorder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFO_NAMEprotected static org.slf4j.LoggerlogFields inherited from class org.docx4j.model.properties.paragraph.AbstractPBorder
CSS_NAME__COLOR, CSS_NAME__STYLE, CSS_NAME__WIDTH -
Constructor Summary
Constructors Constructor Description PBorderLeft(CTBorder val)PBorderLeft(org.w3c.dom.css.CSSValue value) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCssName()voidset(PPr pPr)Methods inherited from class org.docx4j.model.properties.paragraph.AbstractPBorder
eighthsToMM, getCssProperty, setXslFOMethods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObject
-
Field Details
-
log
protected static org.slf4j.Logger log -
FO_NAME
public static final java.lang.String FO_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
PBorderLeft
-
PBorderLeft
public PBorderLeft(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 classAbstractPBorder
-