public final class BorderInfo extends XmlEntityWithInternals
Modifier and Type | Field and Description |
---|---|
GraphInfo |
Bottom
Gets or sets a
GraphInfo object that indicates bottom of the border. |
GraphInfo |
Left
Gets or sets a
GraphInfo object that indicates left of the border. |
GraphInfo |
Right
Gets or sets a
GraphInfo object that indicates right of the border. |
GraphInfo |
Round
Gets or sets a
GraphInfo object that indicates the round border. |
GraphInfo |
Top
Gets or sets a
GraphInfo object that indicates the top border. |
Constructor and Description |
---|
BorderInfo()
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide)
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide,
Color borderColor)
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide,
float borderWidth)
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide,
float borderWidth,
Color borderColor)
Initializes a new instance of the
BorderInfo class. |
BorderInfo(int borderSide,
GraphInfo borderFormat)
Initializes a new instance of the
BorderInfo class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones a new BorderInfo object.
|
load
public GraphInfo Left
Gets or sets a GraphInfo
object that indicates left of the border.
public GraphInfo Right
Gets or sets a GraphInfo
object that indicates right of the border.
public GraphInfo Top
Gets or sets a GraphInfo
object that indicates the top border.
public GraphInfo Round
Gets or sets a GraphInfo
object that indicates the round border.
public GraphInfo Bottom
Gets or sets a GraphInfo
object that indicates bottom of the border.
public BorderInfo()
Initializes a new instance of the BorderInfo
class.
public BorderInfo(int borderSide)
Initializes a new instance of the BorderInfo
class.
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).public BorderInfo(int borderSide, GraphInfo borderFormat)
Initializes a new instance of the BorderInfo
class.
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderFormat
- The border format info.public BorderInfo(int borderSide, float borderWidth)
Initializes a new instance of the BorderInfo
class.
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderWidth
- The width of the border.public BorderInfo(int borderSide, float borderWidth, Color borderColor)
Initializes a new instance of the BorderInfo
class.
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderWidth
- The width of the border.borderColor
- The border color.public BorderInfo(int borderSide, Color borderColor)
Initializes a new instance of the BorderInfo
class.
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderColor
- The border color.public Object deepClone()
Clones a new BorderInfo object.
Copyright © 2014 Aspose. All Rights Reserved.