Aspose::Cells::Drawing::MsoLineFormat class
Contents
[
Hide
]MsoLineFormat class
Represents line and arrowhead formatting.
class MsoLineFormat
Methods
Method | Description |
---|---|
GetBackColor() | Gets and sets the border line back color. |
GetDashStyle() | Gets or sets the dash style for the specified line. |
GetForeColor() | Gets and sets the border line fore color. |
GetStyle() | Returns a Style object that represents the style of the specified range. |
GetTransparency() | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
GetWeight() | Returns or sets the weight of the line ,in units of pt. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsVisible() | Indicates whether the object is visible. |
MsoLineFormat(MsoLineFormat_Impl* impl) | Constructs from an implementation object. |
MsoLineFormat(const MsoLineFormat& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const MsoLineFormat& src) | operator= |
SetBackColor(const Aspose::Cells::Color& value) | Gets and sets the border line back color. |
SetDashStyle(MsoLineDashStyle value) | Gets or sets the dash style for the specified line. |
SetForeColor(const Aspose::Cells::Color& value) | Gets and sets the border line fore color. |
SetIsVisible(bool value) | Indicates whether the object is visible. |
SetStyle(MsoLineStyle value) | Returns a Style object that represents the style of the specified range. |
SetTransparency(double value) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
SetWeight(double value) | Returns or sets the weight of the line ,in units of pt. |
~MsoLineFormat() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++