public interface OfficeDrawing
Some properties and enumeration constants description are quotes from the following sources:
Modifier and Type | Interface and Description |
---|---|
static class |
OfficeDrawing.HorizontalPositioning |
static class |
OfficeDrawing.HorizontalRelativeElement |
static class |
OfficeDrawing.VerticalPositioning |
static class |
OfficeDrawing.VerticalRelativeElement |
Modifier and Type | Method and Description |
---|---|
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?)
|
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
|
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()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.