Encapsulates the object that represents the cell border. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::IThemeColor > | GetIThemeColor ()=0 |
Gets the theme color of the border. More... | |
virtual void | SetIThemeColor (intrusive_ptr< Aspose::Cells::IThemeColor > value)=0 |
Sets the theme color of the border. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > | GetColor ()=0 |
Gets the System.Drawing.Color of the border. More... | |
virtual void | SetColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0 |
Sets the System.Drawing.Color of the border. More... | |
virtual Aspose::Cells::Systems::Int32 | GetArgbColor ()=0 |
Gets the color with a 32-bit ARGB value. More... | |
virtual void | SetArgbColor (Aspose::Cells::Systems::Int32 value)=0 |
Sets the color with a 32-bit ARGB value. More... | |
virtual Aspose::Cells::CellBorderType | GetLineStyle ()=0 |
Gets the cell border type. More... | |
virtual void | SetLineStyle (Aspose::Cells::CellBorderType value)=0 |
Sets the cell border type. More... | |
Encapsulates the object that represents the cell border.
|
pure virtual |
Gets the color with a 32-bit ARGB value.
|
pure virtual |
Gets the System.Drawing.Color of the border.
|
pure virtual |
Gets the theme color of the border.
|
pure virtual |
Gets the cell border type.
|
pure virtual |
Sets the color with a 32-bit ARGB value.
|
pure virtual |
Sets the System.Drawing.Color of the border.
|
pure virtual |
Sets the theme color of the border.
|
pure virtual |
Sets the cell border type.