PrintAppearanceObject Properties
An appearance object used to print a pivot grid.| Name | Description |
|---|---|
| BackColor | Specifies the background color. |
| BackColor2 |
Obsolete. Overrides the AppearanceObject.BackColor2 property to hide it.
|
| BorderColor | Specifies the border color. |
| BorderWidth | Gets or sets the border width. |
| DefaultFont static | Gets the default font of the appearance object. |
| Font | Specifies the font used to render the text. |
| ForeColor | Specifies the foreground color. |
| GradientMode | Obsolete. Specifies the background gradient’s direction. |
| Image |
Obsolete. Overrides the AppearanceObject.Image property to hide it.
|
| IsSetBackColor | Indicates whether or not the PrintAppearanceObject.BackColor property is set. |
| IsSetBorderColor | Indicates whether or not the PrintAppearanceObject.BorderColor property is set. |
| IsSetBorderWidth | Indicates whether or not the PrintAppearanceObject.BorderWidth property is set. |
| IsSetFont | Indicates whether or not the PrintAppearanceObject.Font property is set. |
| IsSetForeColor | Indicates whether or not the PrintAppearanceObject.ForeColor property is set. |
| TextHorizontalAlignment | Specifies the horizontal alignment of the appearance object’s text. |
| TextOptions | Overrides the AppearanceObject.TextOptions property to hide it. |
| TextVerticalAlignment | Gets the vertical alignment of the appearance object’s text. |
| Trimming | Specifies the text trimming mode. |
| WordWrap | Specifies whether or not to wrap the text. |
See Also