Uses of Class
org.apache.poi.hwpf.usermodel.ShadingDescriptor
-
Packages that use ShadingDescriptor Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description ShadingDescriptor[]
TAPAbstractType. getRgshd()
Get the rgshd field for the TAP record.ShadingDescriptor
CHPAbstractType. getShd()
Shading.ShadingDescriptor
PAPAbstractType. getShd()
Get the shd field for the PAP record.ShadingDescriptor
TCAbstractType. getShd()
Cell shading.ShadingDescriptor
TAPAbstractType. getShdTable()
Table shading.Methods in org.apache.poi.hwpf.model.types with parameters of type ShadingDescriptor Modifier and Type Method Description void
TAPAbstractType. setRgshd(ShadingDescriptor[] field_75_rgshd)
Set the rgshd field for the TAP record.void
CHPAbstractType. setShd(ShadingDescriptor field_23_shd)
Shading.void
PAPAbstractType. setShd(ShadingDescriptor field_66_shd)
Set the shd field for the PAP record.void
TCAbstractType. setShd(ShadingDescriptor field_3_shd)
Cell 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 Modifier and Type Method Description ShadingDescriptor
ShadingDescriptor. clone()
ShadingDescriptor
Paragraph. getShading()
ShadingDescriptor
ParagraphProperties. getShading()
ShadingDescriptor
ShadingDescriptor80. toShadingDescriptor()
Methods in org.apache.poi.hwpf.usermodel with parameters of type ShadingDescriptor Modifier and Type Method Description void
Paragraph. setShading(ShadingDescriptor shd)
void
ParagraphProperties. setShading(ShadingDescriptor shd)
-