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 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 ShadingDescriptor Modifier and Type Method Description ShadingDescriptor[]TAPAbstractType. getRgshd()Get the rgshd field for the TAP record.ShadingDescriptorCHPAbstractType. getShd()Shading.ShadingDescriptorPAPAbstractType. getShd()Get the shd field for the PAP record.ShadingDescriptorTCAbstractType. getShd()Cell shading.ShadingDescriptorTAPAbstractType. getShdTable()Table shading.Methods in org.apache.poi.hwpf.model.types with parameters of type ShadingDescriptor Modifier and Type Method Description voidTAPAbstractType. 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 ShadingDescriptor Modifier and Type Method Description ShadingDescriptorShadingDescriptor. copy()ShadingDescriptorParagraph. getShading()ShadingDescriptorParagraphProperties. getShading()ShadingDescriptorShadingDescriptor80. toShadingDescriptor()Methods in org.apache.poi.hwpf.usermodel with parameters of type ShadingDescriptor Modifier and Type Method Description voidParagraph. setShading(ShadingDescriptor shd)voidParagraphProperties. setShading(ShadingDescriptor shd)Constructors in org.apache.poi.hwpf.usermodel with parameters of type ShadingDescriptor Constructor Description ShadingDescriptor(ShadingDescriptor other)
-