Uses of Class
org.apache.poi.hwpf.usermodel.OfficeDrawing.HorizontalPositioning
-
Packages that use OfficeDrawing.HorizontalPositioning Package Description org.apache.poi.hwpf.usermodel -
-
Uses of OfficeDrawing.HorizontalPositioning in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return OfficeDrawing.HorizontalPositioning Modifier and Type Method Description OfficeDrawing.HorizontalPositioningOfficeDrawing. getHorizontalPositioning()Returns the type of horizontal positioning to use for a shapestatic OfficeDrawing.HorizontalPositioningOfficeDrawing.HorizontalPositioning. valueOf(String name)Returns the enum constant of this type with the specified name.static OfficeDrawing.HorizontalPositioning[]OfficeDrawing.HorizontalPositioning. values()Returns an array containing the constants of this enum type, in the order they are declared.
-