class ZCL_EXCEL_STYLE_BORDER definition
public
final
create public .
*"* public components of class ZCL_EXCEL_STYLE_BORDER
*"* do not include other source files here!!!
public section.
data BORDER_STYLE type ZEXCEL_BORDER .
data BORDER_COLOR type ZEXCEL_STYLE_COLOR_ARGB .
class-data C_BORDER_NONE type ZEXCEL_BORDER value 'none'. "#EC NOTEXT .
class-data C_BORDER_DASHDOT type ZEXCEL_BORDER value 'dashDot'. "#EC NOTEXT .
class-data C_BORDER_DASHDOTDOT type ZEXCEL_BORDER value 'dashDotDot'. "#EC NOTEXT .
class-data C_BORDER_DASHED type ZEXCEL_BORDER value 'dashed'. "#EC NOTEXT .
class-data C_BORDER_DOTTED type ZEXCEL_BORDER value 'dotted'. "#EC NOTEXT .
class-data C_BORDER_DOUBLE type ZEXCEL_BORDER value 'double'. "#EC NOTEXT .
class-data C_BORDER_HAIR type ZEXCEL_BORDER value 'hair'. "#EC NOTEXT .
class-data C_BORDER_MEDIUM type ZEXCEL_BORDER value 'medium'. "#EC NOTEXT .
class-data C_BORDER_MEDIUMDASHDOT type ZEXCEL_BORDER value 'mediumDashDot'. "#EC NOTEXT .
class-data C_BORDER_MEDIUMDASHDOTDOT type ZEXCEL_BORDER value 'mediumDashDotDot'. "#EC NOTEXT .
class-data C_BORDER_MEDIUMDASHED type ZEXCEL_BORDER value 'mediumDashed'. "#EC NOTEXT .
class-data C_BORDER_SLANTDASHDOT type ZEXCEL_BORDER value 'slantDashDot'. "#EC NOTEXT .
class-data C_BORDER_THICK type ZEXCEL_BORDER value 'thick'. "#EC NOTEXT .
class-data C_BORDER_THIN type ZEXCEL_BORDER value 'thin'. "#EC NOTEXT .
methods CONSTRUCTOR .*"* protected components of class ZABAP_EXCEL_STYLE_FONT
*"* do not include other source files here!!!
protected section.*"* private components of class ZCL_EXCEL_STYLE_BORDER
*"* do not include other source files here!!!
private section.*"* local class implementation for public class
*"* use this source file for the implementation part of
*"* local helper classes*"* use this source file for any type declarations (class
*"* definitions, interfaces or data types) you need for method
*"* implementation or private method's signature*"* use this source file for any macro definitions you need
*"* in the implementation part of the classmethod CONSTRUCTOR.
border_style = zcl_excel_style_border=>c_border_none.
endmethod.