| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STInsetMode |
CTPolyLine.insetmode |
protected STInsetMode |
CTShapetype.insetmode |
protected STInsetMode |
CTLine.insetmode |
protected STInsetMode |
CTShape.insetmode |
protected STInsetMode |
CTOval.insetmode |
protected STInsetMode |
CTImage.insetmode |
protected STInsetMode |
CTTextbox.insetmode |
protected STInsetMode |
CTArc.insetmode |
protected STInsetMode |
CTRoundRect.insetmode |
protected STInsetMode |
CTGroup.insetmode |
protected STInsetMode |
CTRect.insetmode |
protected STInsetMode |
CTCurve.insetmode |
| Modifier and Type | Method and Description |
|---|---|
STInsetMode |
CTPolyLine.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTShapetype.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTLine.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTShape.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTOval.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTImage.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTTextbox.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTArc.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTRoundRect.getInsetmode()
Text Inset Mode
|
STInsetMode |
VmlAllCoreAttributes.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTGroup.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTRect.getInsetmode()
Text Inset Mode
|
STInsetMode |
CTCurve.getInsetmode()
Text Inset Mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTPolyLine.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTShapetype.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTLine.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTShape.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTOval.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTImage.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTTextbox.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTArc.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTRoundRect.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
VmlAllCoreAttributes.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTGroup.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTRect.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
CTCurve.setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
| Modifier and Type | Method and Description |
|---|---|
static STInsetMode |
STInsetMode.fromValue(java.lang.String v) |
static STInsetMode |
STInsetMode.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.
|
Copyright © 2007–2023. All rights reserved.