Uses of Class
org.apache.poi.hwpf.model.TabDescriptor
-
Packages that use TabDescriptor Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.model.types -
-
Uses of TabDescriptor in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return TabDescriptor Modifier and Type Method Description TabDescriptorTabDescriptor. copy()Constructors in org.apache.poi.hwpf.model with parameters of type TabDescriptor Constructor Description TabDescriptor(TabDescriptor other) -
Uses of TabDescriptor in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as TabDescriptor Modifier and Type Field Description protected TabDescriptor[]PAPAbstractType. field_74_rgtbdMethods in org.apache.poi.hwpf.model.types that return TabDescriptor Modifier and Type Method Description TabDescriptor[]PAPAbstractType. getRgtbd()Array of itbdMac tab descriptors.Methods in org.apache.poi.hwpf.model.types with parameters of type TabDescriptor Modifier and Type Method Description voidPAPAbstractType. setRgtbd(TabDescriptor[] field_74_rgtbd)Array of itbdMac tab descriptors.
-