Uses of Class
org.docx4j.vml.officedrawing.STInsetMode
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STInsetMode in org.docx4j.vml
Fields in org.docx4j.vml declared as STInsetMode Modifier and Type Field Description protected STInsetModeCTArc. insetmodeprotected STInsetModeCTCurve. insetmodeprotected STInsetModeCTGroup. insetmodeprotected STInsetModeCTImage. insetmodeprotected STInsetModeCTLine. insetmodeprotected STInsetModeCTOval. insetmodeprotected STInsetModeCTPolyLine. insetmodeprotected STInsetModeCTRect. insetmodeprotected STInsetModeCTRoundRect. insetmodeprotected STInsetModeCTShape. insetmodeprotected STInsetModeCTShapetype. insetmodeprotected STInsetModeCTTextbox. insetmodeMethods in org.docx4j.vml that return STInsetMode Modifier and Type Method Description STInsetModeCTArc. getInsetmode()Text Inset ModeSTInsetModeCTCurve. getInsetmode()Text Inset ModeSTInsetModeCTGroup. getInsetmode()Text Inset ModeSTInsetModeCTImage. getInsetmode()Text Inset ModeSTInsetModeCTLine. getInsetmode()Text Inset ModeSTInsetModeCTOval. getInsetmode()Text Inset ModeSTInsetModeCTPolyLine. getInsetmode()Text Inset ModeSTInsetModeCTRect. getInsetmode()Text Inset ModeSTInsetModeCTRoundRect. getInsetmode()Text Inset ModeSTInsetModeCTShape. getInsetmode()Text Inset ModeSTInsetModeCTShapetype. getInsetmode()Text Inset ModeSTInsetModeCTTextbox. getInsetmode()Text Inset ModeSTInsetModeVmlAllCoreAttributes. getInsetmode()Text Inset ModeMethods in org.docx4j.vml with parameters of type STInsetMode Modifier and Type Method Description voidCTArc. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTCurve. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTGroup. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTImage. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTLine. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTOval. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTPolyLine. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTRect. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTRoundRect. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTShape. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTShapetype. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidCTTextbox. setInsetmode(STInsetMode value)Sets the value of the insetmode property.voidVmlAllCoreAttributes. setInsetmode(STInsetMode value)Sets the value of the insetmode property. -
Uses of STInsetMode in org.docx4j.vml.officedrawing
Methods in org.docx4j.vml.officedrawing that return STInsetMode Modifier and Type Method Description static STInsetModeSTInsetMode. fromValue(java.lang.String v)static STInsetModeSTInsetMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STInsetMode[]STInsetMode. values()Returns an array containing the constants of this enum type, in the order they are declared.