Uses of Class
org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
-
Packages that use ClientAnchor.AnchorType Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description ClientAnchor.AnchorTypeHSSFClientAnchor. getAnchorType()Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1.Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor.AnchorType Modifier and Type Method Description voidHSSFClientAnchor. setAnchorType(ClientAnchor.AnchorType anchorType)Sets the anchor type -
Uses of ClientAnchor.AnchorType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ClientAnchor.AnchorType Modifier and Type Method Description static ClientAnchor.AnchorTypeClientAnchor.AnchorType. byId(int value)return the AnchorType corresponding to the codeClientAnchor.AnchorTypeClientAnchor. getAnchorType()Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1.static ClientAnchor.AnchorTypeClientAnchor.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 Modifier and Type Method Description voidClientAnchor. 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 Modifier and Type Method Description ClientAnchor.AnchorTypeXSSFClientAnchor. getAnchorType()Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1.Methods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchor.AnchorType Modifier and Type Method Description voidXSSFClientAnchor. setAnchorType(ClientAnchor.AnchorType anchorType)Sets the anchor type
-