Uses of Enum
org.docx4j.vml.officedrawing.STInsetMode
Packages that use STInsetMode
-
Uses of STInsetMode in org.docx4j.vml
Fields in org.docx4j.vml declared as STInsetModeModifier and TypeFieldDescriptionprotected 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 STInsetModeModifier and TypeMethodDescriptionCTArc.getInsetmode()Text Inset ModeCTCurve.getInsetmode()Text Inset ModeCTGroup.getInsetmode()Text Inset ModeCTImage.getInsetmode()Text Inset ModeCTLine.getInsetmode()Text Inset ModeCTOval.getInsetmode()Text Inset ModeCTPolyLine.getInsetmode()Text Inset ModeCTRect.getInsetmode()Text Inset ModeCTRoundRect.getInsetmode()Text Inset ModeCTShape.getInsetmode()Text Inset ModeCTShapetype.getInsetmode()Text Inset ModeCTTextbox.getInsetmode()Text Inset ModeVmlAllCoreAttributes.getInsetmode()Text Inset ModeMethods in org.docx4j.vml with parameters of type STInsetModeModifier and TypeMethodDescriptionvoidCTArc.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 STInsetModeModifier and TypeMethodDescriptionstatic STInsetModestatic STInsetModeReturns 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.