Uses of Class
org.docx4j.wml.STPageBorderOffset
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STPageBorderOffset in org.docx4j.wml
Fields in org.docx4j.wml declared as STPageBorderOffset Modifier and Type Field Description protected STPageBorderOffsetSectPr.PgBorders. offsetFromMethods in org.docx4j.wml that return STPageBorderOffset Modifier and Type Method Description static STPageBorderOffsetSTPageBorderOffset. fromValue(java.lang.String v)STPageBorderOffsetSectPr.PgBorders. getOffsetFrom()Gets the value of the offsetFrom property.static STPageBorderOffsetSTPageBorderOffset. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPageBorderOffset[]STPageBorderOffset. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STPageBorderOffset Modifier and Type Method Description voidSectPr.PgBorders. setOffsetFrom(STPageBorderOffset value)Sets the value of the offsetFrom property.