Uses of Class
org.apache.poi.hwpf.usermodel.LineSpacingDescriptor
-
Packages that use LineSpacingDescriptor Package Description org.apache.poi.hwpf.model.types org.apache.poi.hwpf.usermodel -
-
Uses of LineSpacingDescriptor in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as LineSpacingDescriptor Modifier and Type Field Description protected LineSpacingDescriptorPAPAbstractType. field_11_lspdMethods in org.apache.poi.hwpf.model.types that return LineSpacingDescriptor Modifier and Type Method Description LineSpacingDescriptorPAPAbstractType. getLspd()Line spacing descriptor.Methods in org.apache.poi.hwpf.model.types with parameters of type LineSpacingDescriptor Modifier and Type Method Description voidPAPAbstractType. setLspd(LineSpacingDescriptor field_11_lspd)Line spacing descriptor. -
Uses of LineSpacingDescriptor in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return LineSpacingDescriptor Modifier and Type Method Description LineSpacingDescriptorLineSpacingDescriptor. copy()LineSpacingDescriptorParagraph. getLineSpacing()LineSpacingDescriptorParagraphProperties. getLineSpacing()Methods in org.apache.poi.hwpf.usermodel with parameters of type LineSpacingDescriptor Modifier and Type Method Description voidParagraph. setLineSpacing(LineSpacingDescriptor lspd)voidParagraphProperties. setLineSpacing(LineSpacingDescriptor lspd)Constructors in org.apache.poi.hwpf.usermodel with parameters of type LineSpacingDescriptor Constructor Description LineSpacingDescriptor(LineSpacingDescriptor other)
-