# sig/rubyXL/objects/theme.rbs class RubyXL::AExtension < RubyXL::OOXMLObject def self.parse: () -> untyped def write_xml: () -> untyped end # sig/rubyXL/objects/storage.rbs class RubyXL::ActiveX < RubyXL::GenericStorageObject def attach_relationship: () -> untyped end # sig/rubyXL/objects/border.rbs class RubyXL::Border < RubyXL::OOXMLObject def get_edge_color: () -> untyped def get_edge_style: () -> untyped def set_edge_color: () -> untyped def set_edge_style: () -> untyped end # sig/rubyXL/objects/border.rbs class RubyXL::BorderEdge < RubyXL::OOXMLObject def get_rgb_color: () -> untyped def set_rgb_color: () -> untyped end # sig/rubyXL/objects/border.rbs class RubyXL::Borders < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/calculation_chain.rbs class RubyXL::CalculationChain < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/sheet_data.rbs class RubyXL::Cell < RubyXL::OOXMLObject def column: () -> untyped def column=: () -> untyped def get_cell_border: () -> untyped def get_cell_font: () -> untyped def get_cell_xf: () -> untyped def index_in_collection: () -> untyped def inspect: () -> untyped def is_date?: () -> untyped def number_format: () -> untyped def raw_value: () -> untyped def raw_value=: () -> untyped def row: () -> untyped def row=: () -> untyped def value: () -> untyped end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::CellStyleXFs < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::CellStyles < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/sheet_data.rbs class RubyXL::CellValue < RubyXL::OOXMLObject def before_write_xml: () -> untyped end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::CellXFs < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/storage.rbs class RubyXL::ChartFile < RubyXL::GenericStorageObject def attach_relationship: () -> untyped end # sig/rubyXL/objects/chartsheet.rbs class RubyXL::Chartsheet < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/color.rbs class RubyXL::Color < RubyXL::OOXMLObject def self.validate_color: () -> untyped end # sig/rubyXL/convenience_methods/color.rbs class RubyXL::ColorConvenienceClasses::HlsColor def apply_tint: () -> untyped def set_color: () -> untyped def to_rgb: () -> untyped end # sig/rubyXL/convenience_methods/color.rbs class RubyXL::ColorConvenienceClasses::RgbColor def self.parse: () -> untyped def to_hls: () -> untyped def to_s: () -> untyped end # sig/rubyXL/objects/column_range.rbs class RubyXL::ColumnRange < RubyXL::OOXMLObject def delete_column: () -> untyped def include?: () -> untyped def insert_column: () -> untyped end # sig/rubyXL/objects/column_range.rbs class RubyXL::ColumnRanges < RubyXL::OOXMLContainerObject def before_write_xml: () -> untyped def get_range: () -> untyped def insert_column: () -> untyped def locate_range: () -> untyped end # sig/rubyXL/objects/comments.rbs class RubyXL::CommentsFile < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/connection.rbs class RubyXL::Connections < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/content_types.rbs class RubyXL::ContentTypes < RubyXL::OOXMLTopLevelObject def before_write_xml: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/document_properties.rbs class RubyXL::CorePropertiesFile < RubyXL::OOXMLTopLevelObject def created_at: () -> untyped def created_at=: () -> untyped def creator: () -> untyped def creator=: () -> untyped def modified_at: () -> untyped def modified_at=: () -> untyped def modifier: () -> untyped def modifier=: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/document_properties.rbs class RubyXL::DocumentPropertiesFile < RubyXL::OOXMLTopLevelObject def add_part_title: () -> untyped def add_parts_count: () -> untyped def before_write_xml: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/storage.rbs class RubyXL::DrawingFile < RubyXL::GenericStorageObject def attach_relationship: () -> untyped end # sig/rubyXL/objects/external_links.rbs class RubyXL::ExternalLinksFile < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/fill.rbs class RubyXL::Fill < RubyXL::OOXMLObject def self.default: () -> untyped end # sig/rubyXL/objects/fill.rbs class RubyXL::Fills < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/font.rbs class RubyXL::Font < RubyXL::OOXMLObject def self.default: () -> untyped end # sig/rubyXL/objects/font.rbs class RubyXL::Fonts < RubyXL::OOXMLContainerObject def self.default: () -> untyped end # sig/rubyXL/objects/storage.rbs class RubyXL::GenericStorageObject def self.parse_file: () -> untyped def add_to_zip: () -> untyped def initialize: () -> void end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::NumberFormat < RubyXL::OOXMLObject def is_date_format?: () -> untyped end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::NumberFormats < RubyXL::OOXMLContainerObject def find_by_format_id: () -> untyped end # sig/rubyXL/objects/ooxml_object.rbs class RubyXL::OOXMLContainerObject < RubyXL::Array def before_write_xml: () -> untyped def define_count_attribute: () -> untyped def get_node_object: () -> untyped def init_child_nodes: () -> untyped def initialize: () -> void def inspect: () -> untyped end # sig/rubyXL/objects/extensions.rbs class RubyXL::OOXMLIgnored < RubyXL::OOXMLObject def self.parse: () -> untyped def write_xml: () -> untyped end # sig/rubyXL/objects/relationships.rbs class RubyXL::OOXMLRelationshipsFile < RubyXL::OOXMLTopLevelObject def self.get_class_by_rel_type: () -> untyped def self.load_relationship_file: () -> untyped def self.rel_file_path: () -> untyped def add_relationship: () -> untyped def before_write_xml: () -> untyped def find_by_rid: () -> untyped def find_by_target: () -> untyped def load_related_files: () -> untyped def new_relationship: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/ooxml_object.rbs class RubyXL::OOXMLTopLevelObject < RubyXL::OOXMLObject def self.parse_file: () -> untyped def self.set_namespaces: () -> untyped def add_to_zip: () -> untyped def file_index: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/parser.rbs class RubyXL::Parser def self.parse: () -> untyped def self.parse_buffer: () -> untyped end # sig/rubyXL/objects/query_table.rbs class RubyXL::QueryTable < RubyXL::OOXMLTopLevelObject def xlsx_path: () -> untyped end # sig/rubyXL/objects/extensions.rbs class RubyXL::RawOOXML < RubyXL::OOXMLObject def self.parse: () -> untyped def write_xml: () -> untyped end # sig/rubyXL/objects/reference.rbs class RubyXL::Reference def self.ind2ref: () -> untyped def self.ref2ind: () -> untyped def ==: () -> untyped def cover?: () -> untyped def first_col: () -> untyped def first_row: () -> untyped def initialize: () -> void def inspect: () -> untyped def last_col: () -> untyped def last_row: () -> untyped def single_cell?: () -> untyped def to_s: () -> untyped def valid?: () -> untyped end # sig/rubyXL/objects/text.rbs class RubyXL::RichText < RubyXL::OOXMLObject def to_s: () -> untyped end # sig/rubyXL/objects/text.rbs class RubyXL::RichTextRun < RubyXL::OOXMLObject def to_s: () -> untyped end # sig/rubyXL/objects/sheet_data.rbs class RubyXL::Row < RubyXL::OOXMLObject def []: () -> untyped def before_write_xml: () -> untyped def delete_cell_shift_left: () -> untyped def get_fill_color: () -> untyped def get_font: () -> untyped def index_in_collection: () -> untyped def insert_cell_shift_right: () -> untyped def size: () -> untyped def update_cell_coords: () -> untyped def xf: () -> untyped end # sig/rubyXL/objects/worksheet.rbs class RubyXL::Selection < RubyXL::OOXMLObject def before_write_xml: () -> untyped end # sig/rubyXL/objects/shared_strings.rbs class RubyXL::SharedStringsTable < RubyXL::OOXMLTopLevelObject def []: () -> untyped def add: () -> untyped def before_write_xml: () -> untyped def empty?: () -> untyped def get_index: () -> untyped def initialize: () -> void def xlsx_path: () -> untyped end # sig/rubyXL/objects/sheet_data.rbs class RubyXL::SheetData < RubyXL::OOXMLObject def []: () -> untyped def size: () -> untyped end # sig/rubyXL/objects/reference.rbs class RubyXL::Sqref < RubyXL::Array def initialize: () -> void def to_s: () -> untyped end # sig/rubyXL/objects/container_nodes.rbs class RubyXL::StringNodeW3C < RubyXL::OOXMLObject def self.default: () -> untyped def to_time: () -> untyped end # sig/rubyXL/objects/stylesheet.rbs class RubyXL::Stylesheet < RubyXL::OOXMLTopLevelObject def self.default: () -> untyped def get_number_format_by_id: () -> untyped def initialize: () -> void def register_number_format: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/text.rbs class RubyXL::Text < RubyXL::OOXMLObject def before_write_xml: () -> untyped def to_s: () -> untyped end # sig/rubyXL/objects/theme.rbs class RubyXL::Theme < RubyXL::OOXMLTopLevelObject def self.default: () -> untyped def get_theme_color: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/container_nodes.rbs class RubyXL::Vector < RubyXL::OOXMLObject def before_write_xml: () -> untyped end # sig/rubyXL/objects/workbook.rbs class RubyXL::Workbook < RubyXL::OOXMLTopLevelObject def []: () -> untyped def add_worksheet: () -> untyped def application: () -> untyped def application=: () -> untyped def appversion: () -> untyped def appversion=: () -> untyped def base_date: () -> untyped def before_write_xml: () -> untyped def company: () -> untyped def company=: () -> untyped def content_type: () -> untyped def created_at: () -> untyped def created_at=: () -> untyped def creator: () -> untyped def creator=: () -> untyped def date1904: () -> untyped def date1904=: () -> untyped def date_to_num: () -> untyped def initialize: () -> void def modified_at: () -> untyped def modified_at=: () -> untyped def modifier: () -> untyped def modifier=: () -> untyped def num_to_date: () -> untyped def related_objects: () -> untyped def save: () -> untyped def stream: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/root.rbs class RubyXL::WorkbookRoot def self.default: () -> untyped def self.parse_zip_file: () -> untyped def related_objects: () -> untyped def stream: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL/objects/worksheet.rbs class RubyXL::Worksheet < RubyXL::OOXMLTopLevelObject def self.parse: () -> untyped def before_write_xml: () -> untyped def cell_at: () -> untyped def get_col_xf: () -> untyped def get_row_xf: () -> untyped def related_objects: () -> untyped def xlsx_path: () -> untyped end # sig/rubyXL.rbs module RubyXL def self.from_root: () -> untyped end # sig/rubyXL/convenience_methods/cell.rbs module RubyXL::CellConvenienceMethods def add_hyperlink: () -> untyped def change_border: () -> untyped def change_border_color: () -> untyped def change_contents: () -> untyped def change_fill: () -> untyped def change_font_bold: () -> untyped def change_font_color: () -> untyped def change_font_italics: () -> untyped def change_font_name: () -> untyped def change_font_size: () -> untyped def change_font_strikethrough: () -> untyped def change_font_underline: () -> untyped def change_horizontal_alignment: () -> untyped def change_shrink_to_fit: () -> untyped def change_text_indent: () -> untyped def change_text_rotation: () -> untyped def change_text_wrap: () -> untyped def change_vertical_alignment: () -> untyped def fill_color: () -> untyped def font_color: () -> untyped def font_name: () -> untyped def font_size: () -> untyped def font_switch: () -> untyped def get_border: () -> untyped def get_border_color: () -> untyped def horizontal_alignment: () -> untyped def is_bolded: () -> untyped def is_italicized: () -> untyped def is_struckthrough: () -> untyped def is_underlined: () -> untyped def remove_formula: () -> untyped def set_number_format: () -> untyped def text_indent: () -> untyped def text_rotation: () -> untyped def text_wrap: () -> untyped def update_font_references: () -> untyped def vertical_alignment: () -> untyped end # sig/rubyXL/convenience_methods/color.rbs module RubyXL::ColorConvenienceMethods def get_rgb: () -> untyped end # sig/rubyXL/convenience_methods/font.rbs module RubyXL::FontConvenienceMethods def get_name: () -> untyped def get_rgb_color: () -> untyped def get_size: () -> untyped def is_bold: () -> untyped def is_italic: () -> untyped def is_strikethrough: () -> untyped def is_underlined: () -> untyped def set_bold: () -> untyped def set_italic: () -> untyped def set_name: () -> untyped def set_rgb_color: () -> untyped def set_size: () -> untyped def set_strikethrough: () -> untyped def set_underline: () -> untyped end # sig/rubyXL/cell.rbs module RubyXL::LegacyCell def validate_workbook: () -> untyped def validate_worksheet: () -> untyped def workbook: () -> untyped end # sig/rubyXL/worksheet.rbs module RubyXL::LegacyWorksheet def []: () -> untyped def add_cell: () -> untyped def add_row: () -> untyped def each: () -> untyped def ensure_cell_exists: () -> untyped def initialize: () -> void def validate_nonnegative: () -> untyped def validate_workbook: () -> untyped end # sig/rubyXL/objects/ooxml_object.rbs module RubyXL::OOXMLObjectClassMethods def accessorize: () -> untyped def define_attribute: () -> untyped def define_child_node: () -> untyped def define_count_attribute: () -> untyped def define_element_name: () -> untyped def define_relationship: () -> untyped def obtain_class_variable: () -> untyped def parse: () -> untyped def process_attribute: () -> untyped end # sig/rubyXL/objects/ooxml_object.rbs module RubyXL::OOXMLObjectInstanceMethods def self.included: () -> untyped def ==: () -> untyped def before_write_xml: () -> untyped def get_node_object: () -> untyped def index_in_collection: () -> untyped def init_child_nodes: () -> untyped def initialize: () -> void def obtain_class_variable: () -> untyped def preserve_whitespace: () -> untyped def write_xml: () -> untyped end # sig/rubyXL/objects/relationships.rbs module RubyXL::RelationshipSupport def self.included: () -> untyped def attach_relationship: () -> untyped def collect_related_objects: () -> untyped def load_relationships: () -> untyped def related_objects: () -> untyped def store_relationship: () -> untyped end # sig/rubyXL/objects/relationships.rbs module RubyXL::RelationshipSupport::ClassMehods def define_relationship: () -> untyped end # sig/rubyXL/convenience_methods/workbook.rbs module RubyXL::WorkbookConvenienceMethods def borders: () -> untyped def cell_xfs: () -> untyped def define_new_name: () -> untyped def each: () -> untyped def fills: () -> untyped def fonts: () -> untyped def get_defined_name: () -> untyped def get_fill_color: () -> untyped def modify_alignment: () -> untyped def modify_border: () -> untyped def modify_border_color: () -> untyped def modify_fill: () -> untyped def password_hash: () -> untyped def register_new_fill: () -> untyped def register_new_font: () -> untyped def register_new_xf: () -> untyped def title: () -> untyped def title=: () -> untyped end # sig/rubyXL/convenience_methods/worksheet.rbs module RubyXL::WorksheetConvenienceMethods def add_validation_list: () -> untyped def change_column_alignment: () -> untyped def change_column_bold: () -> untyped def change_column_border: () -> untyped def change_column_border_color: () -> untyped def change_column_fill: () -> untyped def change_column_font: () -> untyped def change_column_font_color: () -> untyped def change_column_font_name: () -> untyped def change_column_font_size: () -> untyped def change_column_horizontal_alignment: () -> untyped def change_column_italics: () -> untyped def change_column_strikethrough: () -> untyped def change_column_underline: () -> untyped def change_column_vertical_alignment: () -> untyped def change_column_width: () -> untyped def change_column_width_raw: () -> untyped def change_row_alignment: () -> untyped def change_row_bold: () -> untyped def change_row_border: () -> untyped def change_row_border_color: () -> untyped def change_row_fill: () -> untyped def change_row_font: () -> untyped def change_row_font_color: () -> untyped def change_row_font_name: () -> untyped def change_row_font_size: () -> untyped def change_row_height: () -> untyped def change_row_horizontal_alignment: () -> untyped def change_row_italics: () -> untyped def change_row_strikethrough: () -> untyped def change_row_underline: () -> untyped def change_row_vertical_alignment: () -> untyped def column_font: () -> untyped def delete_cell: () -> untyped def delete_column: () -> untyped def delete_row: () -> untyped def get_col_style: () -> untyped def get_cols_style_index: () -> untyped def get_column_alignment: () -> untyped def get_column_border: () -> untyped def get_column_border_color: () -> untyped def get_column_fill: () -> untyped def get_column_font_color: () -> untyped def get_column_font_name: () -> untyped def get_column_font_size: () -> untyped def get_column_width: () -> untyped def get_column_width_raw: () -> untyped def get_row_alignment: () -> untyped def get_row_border: () -> untyped def get_row_border_color: () -> untyped def get_row_fill: () -> untyped def get_row_font_color: () -> untyped def get_row_font_name: () -> untyped def get_row_font_size: () -> untyped def get_row_height: () -> untyped def get_row_style: () -> untyped def insert_cell: () -> untyped def insert_column: () -> untyped def insert_row: () -> untyped def is_column_bolded: () -> untyped def is_column_italicized: () -> untyped def is_column_struckthrough: () -> untyped def is_column_underlined: () -> untyped def is_row_bolded: () -> untyped def is_row_italicized: () -> untyped def is_row_struckthrough: () -> untyped def is_row_underlined: () -> untyped def merge_cells: () -> untyped def row_font: () -> untyped end