Uses of Class
org.apache.poi.ss.usermodel.ClientAnchor.AnchorType

Packages that use ClientAnchor.AnchorType
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of ClientAnchor.AnchorType in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return ClientAnchor.AnchorType
 ClientAnchor.AnchorType HSSFClientAnchor.getAnchorType()
          Gets the anchor type
 

Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor.AnchorType
 void HSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
          Sets the anchor type
 

Uses of ClientAnchor.AnchorType in org.apache.poi.ss.usermodel
 

Fields in org.apache.poi.ss.usermodel declared as ClientAnchor.AnchorType
static ClientAnchor.AnchorType ClientAnchor.DONT_MOVE_AND_RESIZE
          Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use DONT_MOVE_AND_RESIZE instead.
static ClientAnchor.AnchorType ClientAnchor.MOVE_AND_RESIZE
          Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use MOVE_AND_RESIZE instead.
static ClientAnchor.AnchorType ClientAnchor.MOVE_DONT_RESIZE
          Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use MOVE_DONT_RESIZE instead.
 

Methods in org.apache.poi.ss.usermodel that return ClientAnchor.AnchorType
static ClientAnchor.AnchorType ClientAnchor.AnchorType.byId(int value)
          return the AnchorType corresponding to the code
 ClientAnchor.AnchorType ClientAnchor.getAnchorType()
          Gets the anchor type
static ClientAnchor.AnchorType ClientAnchor.AnchorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientAnchor.AnchorType[] ClientAnchor.AnchorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchor.AnchorType
 void ClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
          Sets the anchor type
 

Uses of ClientAnchor.AnchorType in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return ClientAnchor.AnchorType
 ClientAnchor.AnchorType XSSFClientAnchor.getAnchorType()
          Gets the anchor type
 

Methods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchor.AnchorType
 void XSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
          Sets the anchor type
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.