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 ShadingDescriptorCHPAbstractType.field_23_shdprotected ShadingDescriptorTCAbstractType.field_3_shdprotected ShadingDescriptorTAPAbstractType.field_35_shdTableprotected ShadingDescriptorPAPAbstractType.field_66_shdprotected ShadingDescriptor[]TAPAbstractType.field_75_rgshdMethods 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 TypeMethodDescriptionvoidTAPAbstractType.setRgshd(ShadingDescriptor[] field_75_rgshd) Set the rgshd field for the TAP record.voidCHPAbstractType.setShd(ShadingDescriptor field_23_shd) Shading.voidPAPAbstractType.setShd(ShadingDescriptor field_66_shd) Set the shd field for the PAP record.voidTCAbstractType.setShd(ShadingDescriptor field_3_shd) Cell shading.voidTAPAbstractType.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 TypeMethodDescriptionvoidParagraph.setShading(ShadingDescriptor shd) voidParagraphProperties.setShading(ShadingDescriptor shd)