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). 
             (返回代表形状容器的 escher 记录(记录类型为 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 
             (指定形状相对于其垂直定位的页面元素) 
               |  
          
OfficeDrawing.HorizontalPositioning getHorizontalPositioning()
OfficeDrawing.HorizontalRelativeElement getHorizontalRelative()
EscherContainerRecord getOfficeArtSpContainer()
getShapeId(). 
           (返回代表形状容器的 escher 记录(记录类型为 0xF004)。返回的记录有一个记录类型为 0xF00A 的子记录,形状 id 的值等于 getShapeId()。) 
          byte[] getPictureData()
int getRectangleBottom()
int getRectangleLeft()
int getRectangleRight()
int getRectangleTop()
int getShapeId()
OfficeDrawing.VerticalPositioning getVerticalPositioning()
OfficeDrawing.VerticalRelativeElement getVerticalRelativeElement()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.