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

Packages that use ShadingDescriptor
org.apache.poi.hwpf.model.types   
org.apache.poi.hwpf.usermodel   
 

Uses of ShadingDescriptor in org.apache.poi.hwpf.model.types
 

Fields in org.apache.poi.hwpf.model.types declared as ShadingDescriptor
protected  ShadingDescriptor[] TAPAbstractType.field_10_rgshd
           
protected  ShadingDescriptor CHPAbstractType.field_42_shd
           
protected  ShadingDescriptor PAPAbstractType.field_56_shd
           
 

Methods in org.apache.poi.hwpf.model.types that return ShadingDescriptor
 ShadingDescriptor[] TAPAbstractType.getRgshd()
          Get the rgshd field for the TAP record.
 ShadingDescriptor PAPAbstractType.getShd()
          Get the shd field for the PAP record.
 ShadingDescriptor CHPAbstractType.getShd()
          Get the shd field for the CHP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type ShadingDescriptor
 void TAPAbstractType.setRgshd(ShadingDescriptor[] field_10_rgshd)
          Set the rgshd field for the TAP record.
 void PAPAbstractType.setShd(ShadingDescriptor field_56_shd)
          Set the shd field for the PAP record.
 void CHPAbstractType.setShd(ShadingDescriptor field_42_shd)
          Set the shd field for the CHP record.
 

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

Methods in org.apache.poi.hwpf.usermodel that return ShadingDescriptor
 ShadingDescriptor ParagraphProperties.getShading()
           
 ShadingDescriptor Paragraph.getShading()
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type ShadingDescriptor
 void ParagraphProperties.setShading(ShadingDescriptor shd)
           
 void Paragraph.setShading(ShadingDescriptor shd)
           
 



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