Class AbstractPBorder
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.paragraph.AbstractParagraphProperty
org.docx4j.model.properties.paragraph.AbstractPBorder
- Direct Known Subclasses:
PBorderBottom,PBorderLeft,PBorderRight,PBorderTop
public abstract class AbstractPBorder extends AbstractParagraphProperty
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringCSS_NAME__COLORjava.lang.StringCSS_NAME__STYLEjava.lang.StringCSS_NAME__WIDTHjava.lang.StringCSS_NAME_BASE -
Constructor Summary
Constructors Constructor Description AbstractPBorder(CTBorder val, java.lang.String css_name)AbstractPBorder(org.w3c.dom.css.CSSValue value, java.lang.String css_name) -
Method Summary
Modifier and Type Method Description floateighthsToMM(int eighths)java.lang.StringgetCssProperty()abstract voidset(PPr pPr)voidsetXslFO(org.w3c.dom.Element foElement)Methods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getCssName, getObject, setObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CSS_NAME_BASE
public java.lang.String CSS_NAME_BASE -
CSS_NAME__STYLE
public java.lang.String CSS_NAME__STYLE -
CSS_NAME__WIDTH
public java.lang.String CSS_NAME__WIDTH -
CSS_NAME__COLOR
public java.lang.String CSS_NAME__COLOR
-
-
Constructor Details
-
AbstractPBorder
-
AbstractPBorder
public AbstractPBorder(org.w3c.dom.css.CSSValue value, java.lang.String css_name)
-
-
Method Details
-
getCssProperty
public java.lang.String getCssProperty()- Specified by:
getCssPropertyin classProperty
-
eighthsToMM
public float eighthsToMM(int eighths) -
setXslFO
public void setXslFO(org.w3c.dom.Element foElement) -
set
- Specified by:
setin classAbstractParagraphProperty
-