Uses of Class
org.apache.poi.hwpf.usermodel.LineSpacingDescriptor

Packages that use LineSpacingDescriptor
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
protected  LineSpacingDescriptor PAPAbstractType.field_21_lspd
           
 

Methods in org.apache.poi.hwpf.model.types that return LineSpacingDescriptor
 LineSpacingDescriptor PAPAbstractType.getLspd()
          Get the lspd field for the PAP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type LineSpacingDescriptor
 void PAPAbstractType.setLspd(LineSpacingDescriptor field_21_lspd)
          Set the lspd field for the PAP record.
 

Uses of LineSpacingDescriptor in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return LineSpacingDescriptor
 LineSpacingDescriptor ParagraphProperties.getLineSpacing()
           
 LineSpacingDescriptor Paragraph.getLineSpacing()
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type LineSpacingDescriptor
 void ParagraphProperties.setLineSpacing(LineSpacingDescriptor lspd)
           
 void Paragraph.setLineSpacing(LineSpacingDescriptor lspd)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.