PrintAppearanceObject Members
An appearance object used to print a pivot grid.Constructors
Name | Description |
---|---|
PrintAppearanceObject() | Initializes a new instance of the PrintAppearanceObject object with default settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Reverts the appearance object’s properties to their default values. |
ShouldSerialize() | Tests whether or not the PrintAppearanceObject instance should be persisted. |
ToString() | Returns the textual representation of PrintAppearanceObject. |
See Also