Border Struct |
Docentric Toolkit Help
Send Feedback |
Represents a Paragraph border.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.Border
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct Border
The Border type exposes the following members.
Name | Description | |
---|---|---|
.ctor(Length) | ||
.ctor(BorderStyle, Color, Length) |
Name | Description | |
---|---|---|
Color | Gets or sets the color of the border. | |
None | A value indicating that there is no border. In case of a TableCell, this value specifies that the Table border should be used instead of the TableCell border. | |
NoneWithoutTableBorder | A value indicating that there the TableCell has no effective border even if the Table defines the border. | |
Style | Gets or sets the style of the border. | |
Width | Gets or sets the width of the border. |
Name | Description | |
---|---|---|
Equals(Object) | Compares two borders for equality. (Overrides Border.Equals) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode() | Returns the hash code for this instance. (Overrides Border.GetHashCode) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString() | Returns the fully qualified type name of this instance. (Overrides Border.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |