Uses of Enum Class
org.apache.poi.ss.usermodel.ClientAnchor.AnchorType
Packages that use ClientAnchor.AnchorType
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ClientAnchor.AnchorType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ClientAnchor.AnchorTypeModifier and TypeMethodDescriptionHSSFClientAnchor.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.AnchorTypeModifier and TypeMethodDescriptionvoid
HSSFClientAnchor.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.AnchorTypeModifier and TypeMethodDescriptionstatic ClientAnchor.AnchorType
ClientAnchor.AnchorType.byId
(int value) return the AnchorType corresponding to the codeClientAnchor.getAnchorType()
Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1.static ClientAnchor.AnchorType
Returns the enum constant of this class with the specified name.static ClientAnchor.AnchorType[]
ClientAnchor.AnchorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchor.AnchorTypeModifier and TypeMethodDescriptionvoid
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.AnchorTypeModifier and TypeMethodDescriptionXSSFClientAnchor.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.AnchorTypeModifier and TypeMethodDescriptionvoid
XSSFClientAnchor.setAnchorType
(ClientAnchor.AnchorType anchorType) Sets the anchor type