Package | Description |
---|---|
org.docx4j.vml | |
org.docx4j.vml.officedrawing |
Modifier and Type | Field and Description |
---|---|
protected STImageAspect |
CTFill.aspect |
protected STImageAspect |
CTStroke.imageaspect |
Modifier and Type | Method and Description |
---|---|
static STImageAspect |
STImageAspect.fromValue(String v) |
STImageAspect |
CTFill.getAspect()
Gets the value of the aspect property.
|
STImageAspect |
CTStroke.getImageaspect()
Gets the value of the imageaspect property.
|
static STImageAspect |
STImageAspect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STImageAspect[] |
STImageAspect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTFill.setAspect(STImageAspect value)
Sets the value of the aspect property.
|
void |
CTStroke.setImageaspect(STImageAspect value)
Sets the value of the imageaspect property.
|
Modifier and Type | Field and Description |
---|---|
protected STImageAspect |
CTStrokeChild.imageaspect |
Modifier and Type | Method and Description |
---|---|
STImageAspect |
CTStrokeChild.getImageaspect()
Gets the value of the imageaspect property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTStrokeChild.setImageaspect(STImageAspect value)
Sets the value of the imageaspect property.
|
Copyright © 2007-2019. All Rights Reserved.