Package org.apache.poi.sl.draw.geom
Interface IAdjustableShape
-
- All Known Subinterfaces:
AutoShape<S,P>
,ConnectorShape<S,P>
,FreeformShape<S,P>
,Line<S,P>
,PictureShape<S,P>
,SimpleShape<S,P>
,TableCell<S,P>
,TextBox<S,P>
,TextShape<S,P>
- All Known Implementing Classes:
ActiveXShape
,HSLFAutoShape
,HSLFConnectorShape
,HSLFFreeformShape
,HSLFLine
,HSLFObjectShape
,HSLFPictureShape
,HSLFPlaceholder
,HSLFSimpleShape
,HSLFTableCell
,HSLFTextBox
,HSLFTextShape
,MovieShape
,Polygon
,XSLFAutoShape
,XSLFBackground
,XSLFConnectorShape
,XSLFFreeformShape
,XSLFPictureShape
,XSLFSimpleShape
,XSLFTableCell
,XSLFTextBox
,XSLFTextShape
public interface IAdjustableShape
A bridge to the consumer application.To get a shape geometry one needs to pass shape bounds and adjust values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Guide
getAdjustValue(java.lang.String name)
-
-
-
Method Detail
-
getAdjustValue
Guide getAdjustValue(java.lang.String name)
- Parameters:
name
- name of a adjust value, e.g. adj1- Returns:
- adjust guide defined in the shape or null
-
-