Package | Description |
---|---|
org.apache.poi.hwpf.model.types | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected ShadingDescriptor[] |
TAPAbstractType.field_10_rgshd |
protected ShadingDescriptor |
CHPAbstractType.field_42_shd |
protected ShadingDescriptor |
PAPAbstractType.field_56_shd |
Modifier and Type | Method and Description |
---|---|
ShadingDescriptor[] |
TAPAbstractType.getRgshd()
Get the rgshd field for the TAP record.
|
ShadingDescriptor |
PAPAbstractType.getShd()
Get the shd field for the PAP record.
|
ShadingDescriptor |
CHPAbstractType.getShd()
Get the shd field for the CHP record.
|
Modifier and Type | Method and Description |
---|---|
void |
TAPAbstractType.setRgshd(ShadingDescriptor[] field_10_rgshd)
Set the rgshd field for the TAP record.
|
void |
PAPAbstractType.setShd(ShadingDescriptor field_56_shd)
Set the shd field for the PAP record.
|
void |
CHPAbstractType.setShd(ShadingDescriptor field_42_shd)
Set the shd field for the CHP record.
|
Modifier and Type | Method and Description |
---|---|
ShadingDescriptor |
ParagraphProperties.getShading() |
ShadingDescriptor |
Paragraph.getShading() |
Modifier and Type | Method and Description |
---|---|
void |
ParagraphProperties.setShading(ShadingDescriptor shd) |
void |
Paragraph.setShading(ShadingDescriptor shd) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.