Class PBorderRight
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.PBorderRight
public class PBorderRight 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 PBorderRight(CTBorder val)PBorderRight(org.w3c.dom.css.CSSValue value) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCssName()java.lang.StringgetCssProperty()voidset(PPr pPr)Methods inherited from class org.docx4j.model.properties.paragraph.AbstractPBorder
eighthsToMM, 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
-
PBorderRight
-
PBorderRight
public PBorderRight(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
getCssName
public java.lang.String getCssName()- Specified by:
getCssNamein classProperty- Since:
- 2.7.2
-
getCssProperty
public java.lang.String getCssProperty()- Overrides:
getCssPropertyin classAbstractPBorder
-
set
- Specified by:
setin classAbstractPBorder
-