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 TCAbstractType.field_3_shd
           
protected  ShadingDescriptor TAPAbstractType.field_35_shdTable
           
protected  ShadingDescriptor PAPAbstractType.field_66_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 TCAbstractType.getShd()
          Cell shading.
 ShadingDescriptor PAPAbstractType.getShd()
          Get the shd field for the PAP record.
 ShadingDescriptor CHPAbstractType.getShd()
          Shading.
 ShadingDescriptor TAPAbstractType.getShdTable()
          Table shading.
 

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 TCAbstractType.setShd(ShadingDescriptor field_3_shd)
          Cell shading.
 void PAPAbstractType.setShd(ShadingDescriptor field_66_shd)
          Set the shd field for the PAP record.
 void CHPAbstractType.setShd(ShadingDescriptor field_23_shd)
          Shading.
 void TAPAbstractType.setShdTable(ShadingDescriptor field_35_shdTable)
          Table shading.
 

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

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

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



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