Uses of Class
org.apache.poi.hwpf.usermodel.ShadingDescriptor
Packages that use ShadingDescriptor
-
Uses of ShadingDescriptor in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as ShadingDescriptorModifier and TypeFieldDescriptionprotected 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 ShadingDescriptorModifier and TypeMethodDescriptionTAPAbstractType.getRgshd()
Get the rgshd field for the TAP record.CHPAbstractType.getShd()
Shading.PAPAbstractType.getShd()
Get the shd field for the PAP record.TCAbstractType.getShd()
Cell shading.TAPAbstractType.getShdTable()
Table shading.Methods in org.apache.poi.hwpf.model.types with parameters of type ShadingDescriptorModifier and TypeMethodDescriptionvoid
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 ShadingDescriptorModifier and TypeMethodDescriptionShadingDescriptor.clone()
Paragraph.getShading()
ParagraphProperties.getShading()
ShadingDescriptor80.toShadingDescriptor()
Methods in org.apache.poi.hwpf.usermodel with parameters of type ShadingDescriptorModifier and TypeMethodDescriptionvoid
Paragraph.setShading
(ShadingDescriptor shd) void
ParagraphProperties.setShading
(ShadingDescriptor shd)