ExcelExporter REALbasic Classes

ExcelExporterStyle Class

A class that represents a Excel Style.

Object
   ExcelExporterStyle

class ExcelExporterStyle

Constructors

ExcelExporterStyleUndocumented and only for Internal use.

Properties

BackColorSets the back color.
BorderBottomSet to true to have border at bottom
BorderLeftSet to true to have border at left side.
BorderRightSet to true to have border at right side.
BorderTopSet to true to have border at top.
BorderWidthSets the width of the border.
FontBoldSet to true to have the font bold faced.
FontColorSets the font color.
FontItalicSet to true to have the font italic faced.
FontNameSets the font name.
FontSizeSets the font size.
FontUnderlineSet to true to have the font underlined.
FormatFormatting code for numeric formats.
HasBackColorSet to true if the cell should have a back color.
HorizontalAlignmentSets the horizontal alignment.
RotateSets the text rotation in degrees.
VerticalAlignmentSets the vertical alignment.
WrapTextSet to true if the text should wrap.

Methods

GenerateXmlUndocumented and only for Internal use.
IDUndocumented and only for Internal use.
IDUndocumented and only for Internal use.
KeyUndocumented and only for Internal use.

Constants

HorizontalAlignCenter = CenterA constant for a horizontal alignment, in this case a Center.
HorizontalAlignRight = RightA constant for a horizontal alignment, in this case a Right.
HorizontalAlignLeft = LeftA constant for a horizontal alignment, in this case a Left.
VerticalAlignTop = TopA constant for a vertical alignment, in this case a Top.
VerticalAlignBottom = BottomA constant for a vertical alignment, in this case a Bottom.
VerticalAlignCenter = CenterA constant for a vertical alignment, in this case a Center.
VerticalAlignJustify = JustifyA constant for a vertical alignment, in this case a Justify.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86