|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OfficeDrawing
User-friendly interface to office drawing objects.
Some properties and enumeration constants description are quotes from the following sources:
Nested Class Summary | |
---|---|
static class |
OfficeDrawing.HorizontalPositioning
|
static class |
OfficeDrawing.HorizontalRelativeElement
|
static class |
OfficeDrawing.VerticalPositioning
|
static class |
OfficeDrawing.VerticalRelativeElement
|
Method Summary | |
---|---|
OfficeDrawing.HorizontalPositioning |
getHorizontalPositioning()
Returns the type of horizontal positioning to use for a shape |
OfficeDrawing.HorizontalRelativeElement |
getHorizontalRelative()
Specifies a page element relative to which a shape is horizontally positioned |
EscherContainerRecord |
getOfficeArtSpContainer()
Returns escher record that represent shape container (record type is 0xF004). |
byte[] |
getPictureData()
Returns picture data if this shape has (single?) associated picture data |
int |
getRectangleBottom()
Bottom of the rectangle enclosing shape relative to the origin of the shape |
int |
getRectangleLeft()
Left of rectangle enclosing shape relative to the origin of the shape |
int |
getRectangleRight()
Right of rectangle enclosing shape relative to the origin of the shape |
int |
getRectangleTop()
Top of rectangle enclosing shape relative to the origin of the shape |
int |
getShapeId()
Shape Identifier |
OfficeDrawing.VerticalPositioning |
getVerticalPositioning()
Specifies the type of vertical positioning to use for a shape |
OfficeDrawing.VerticalRelativeElement |
getVerticalRelativeElement()
Specifies a page element relative to which a shape is vertically positioned |
Method Detail |
---|
OfficeDrawing.HorizontalPositioning getHorizontalPositioning()
OfficeDrawing.HorizontalRelativeElement getHorizontalRelative()
EscherContainerRecord getOfficeArtSpContainer()
getShapeId()
.
byte[] getPictureData()
int getRectangleBottom()
int getRectangleLeft()
int getRectangleRight()
int getRectangleTop()
int getShapeId()
OfficeDrawing.VerticalPositioning getVerticalPositioning()
OfficeDrawing.VerticalRelativeElement getVerticalRelativeElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |