class Xls::Spreadsheet::Xf

Overview

See http://sc.openoffice.org/excelfileformat.pdf, page 224

Included Modules

Defined in:

xls/helpers/constants.cr
xls/spreadsheet/xf.cr

Instance Method Summary

Instance methods inherited from module Xls::InspectableMethods

inspect(io : IO) : Nil inspect, to_s(io : IO) : Nil to_s

Instance Method Detail

def alignment : Alignment #

Returns alignment and text break


[View source]
def border_line_background : BorderLineBackground #

Returns information on border line styles, line colors, and background colors


[View source]
def font? : Font? #

Returns associated Xls::Spreadsheet::Font or nil


[View source]
def format? : Format? #

Returns associated Xls::Spreadsheet::Format or nil


[View source]
def indent : Indentation #

Returns indentation, shrink to cell size, and text direction


[View source]
def rotation : Rotation #

Returns text rotation angle


[View source]
def to_unsafe #

[View source]
def type : TypeProtection #

Returns XF type, cell protection, and parent style XF


[View source]
def used_attrs : UsedAttributesValidity #

Returns flags for used attribute groups

Checks for validity on specific groups on this XF record


[View source]