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 CHPAbstractType.field_23_shd
           
protected  ShadingDescriptor TAPAbstractType.field_35_shdTable
           
protected  ShadingDescriptor PAPAbstractType.field_67_shd
           
protected  ShadingDescriptor[] TAPAbstractType.field_75_rgshd
           
 

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()
          Shading.
 ShadingDescriptor TAPAbstractType.getShdTable()
          Get the shdTable field for the TAP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type ShadingDescriptor
 void TAPAbstractType.setRgshd(ShadingDescriptor[] field_75_rgshd)
          Set the rgshd field for the TAP record.
 void PAPAbstractType.setShd(ShadingDescriptor field_67_shd)
          Set the shd field for the PAP record.
 void CHPAbstractType.setShd(ShadingDescriptor field_23_shd)
          Shading.
 void TAPAbstractType.setShdTable(ShadingDescriptor field_35_shdTable)
          Set the shdTable field for the TAP 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 2011 The Apache Software Foundation or its licensors, as applicable.