Uses of Class
org.docx4j.vml.officedrawing.STHrAlign
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STHrAlign in org.docx4j.vml
Fields in org.docx4j.vml declared as STHrAlign Modifier and Type Field Description protected STHrAlignCTArc. hralignprotected STHrAlignCTCurve. hralignprotected STHrAlignCTGroup. hralignprotected STHrAlignCTImage. hralignprotected STHrAlignCTLine. hralignprotected STHrAlignCTOval. hralignprotected STHrAlignCTPolyLine. hralignprotected STHrAlignCTRect. hralignprotected STHrAlignCTRoundRect. hralignprotected STHrAlignCTShape. hralignprotected STHrAlignCTShapetype. hralignMethods in org.docx4j.vml that return STHrAlign Modifier and Type Method Description STHrAlignCTArc. getHralign()Horizontal Rule AlignmentSTHrAlignCTCurve. getHralign()Horizontal Rule AlignmentSTHrAlignCTGroup. getHralign()Horizontal Rule AlignmentSTHrAlignCTImage. getHralign()Horizontal Rule AlignmentSTHrAlignCTLine. getHralign()Horizontal Rule AlignmentSTHrAlignCTOval. getHralign()Horizontal Rule AlignmentSTHrAlignCTPolyLine. getHralign()Horizontal Rule AlignmentSTHrAlignCTRect. getHralign()Horizontal Rule AlignmentSTHrAlignCTRoundRect. getHralign()Horizontal Rule AlignmentSTHrAlignCTShape. getHralign()Horizontal Rule AlignmentSTHrAlignCTShapetype. getHralign()Horizontal Rule AlignmentSTHrAlignVmlAllCoreAttributes. getHralign()Horizontal Rule AlignmentMethods in org.docx4j.vml with parameters of type STHrAlign Modifier and Type Method Description voidCTArc. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTCurve. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTGroup. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTImage. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTLine. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTOval. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTPolyLine. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTRect. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTRoundRect. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTShape. setHralign(STHrAlign value)Sets the value of the hralign property.voidCTShapetype. setHralign(STHrAlign value)Sets the value of the hralign property.voidVmlAllCoreAttributes. setHralign(STHrAlign value)Sets the value of the hralign property. -
Uses of STHrAlign in org.docx4j.vml.officedrawing
Methods in org.docx4j.vml.officedrawing that return STHrAlign Modifier and Type Method Description static STHrAlignSTHrAlign. fromValue(java.lang.String v)static STHrAlignSTHrAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHrAlign[]STHrAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.