TN

package
v0.0.0-...-6c34cf9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package TN is a generated protocol buffer package.

It is generated from these files:

TNArchives.proto

It has these top-level messages:

SheetUIStateArchive
SheetUIStateDictionaryEntryArchive
UIStateArchive
SheetSelectionArchive
UndoRedoStateArchive
DocumentArchive
PlaceholderArchive
SheetArchive
FormBasedSheetArchive
ThemeArchive
ChartMediatorFormulaStorage
ChartMediatorArchive
ChartSelectionArchive

Package TN is a generated protocol buffer package.

It is generated from these files:

TNCommandArchives.proto

It has these top-level messages:

SheetCommandSelectionBehaviorArchive
CommandFormChooseTargetTableArchive
CommandSheetInsertDrawablesArchive
CommandSheetRemoveDrawablesArchive
CommandSheetMoveDrawableZOrderArchive
CommandDocumentInsertSheetArchive
CommandDocumentRemoveSheetArchive
CommandDocumentReplaceLastSheetArchive
CommandDocumentReorderSheetArchive
CommandSetSheetNameArchive
CommandSetPageOrientationArchive
CommandSetShowPageNumbersValueArchive
CommandSetRepeatingHeadersValueArchive
CommandSetContentScaleArchive
CommandSetAutofitValueArchive
CommandSetDocumentPrinterOptions
CommandEnterPrintPreviewModeArchive
CommandExitPrintPreviewModeArchive
CommandPasteDrawablesArchive
CommandPasteSheetArchive
CommandReorderSidebarItemChildrenAchive
CommandChartMediatorSetEditingState
CommandChartMediatorUpdateForEntityDelete
ChartCommandSetSeriesNameArchive
ChartCommandSelectionBehaviorArchive

Index

Constants

View Source
const Default_UIStateArchive_InspectorPaneVisible bool = true

Variables

View Source
var SheetPageOrder_name = map[int32]string{
	0: "SheetPageOrderTopToBottom",
	1: "SheetPageOrderLeftToRight",
}
View Source
var SheetPageOrder_value = map[string]int32{
	"SheetPageOrderTopToBottom": 0,
	"SheetPageOrderLeftToRight": 1,
}
View Source
var UIStateArchive_InspectorPaneViewMode_name = map[int32]string{
	0: "kInspectorPaneViewModeFormat",
	1: "kInspectorPaneViewModeFilter",
}
View Source
var UIStateArchive_InspectorPaneViewMode_value = map[string]int32{
	"kInspectorPaneViewModeFormat": 0,
	"kInspectorPaneViewModeFilter": 1,
}

Functions

This section is empty.

Types

type ChartCommandSelectionBehaviorArchive

type ChartCommandSelectionBehaviorArchive struct {
	DrawableInfo     *TSP.Reference         `protobuf:"bytes,1,req,name=drawable_info" json:"drawable_info,omitempty"`
	BeginSelection   *ChartSelectionArchive `protobuf:"bytes,2,opt,name=begin_selection" json:"begin_selection,omitempty"`
	EndSelection     *ChartSelectionArchive `protobuf:"bytes,3,opt,name=end_selection" json:"end_selection,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*ChartCommandSelectionBehaviorArchive) GetBeginSelection

func (*ChartCommandSelectionBehaviorArchive) GetDrawableInfo

func (m *ChartCommandSelectionBehaviorArchive) GetDrawableInfo() *TSP.Reference

func (*ChartCommandSelectionBehaviorArchive) GetEndSelection

func (*ChartCommandSelectionBehaviorArchive) ProtoMessage

func (*ChartCommandSelectionBehaviorArchive) ProtoMessage()

func (*ChartCommandSelectionBehaviorArchive) Reset

func (*ChartCommandSelectionBehaviorArchive) String

type ChartCommandSetSeriesNameArchive

type ChartCommandSetSeriesNameArchive struct {
	Super            *TSCH.ChartCommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Mediator         *TSP.Reference            `protobuf:"bytes,2,req,name=mediator" json:"mediator,omitempty"`
	Seriesindex      *uint32                   `protobuf:"varint,3,req,name=seriesindex" json:"seriesindex,omitempty"`
	OldFormula       *TSCE.FormulaArchive      `protobuf:"bytes,4,opt,name=old_formula" json:"old_formula,omitempty"`
	NewFormula       *TSCE.FormulaArchive      `protobuf:"bytes,5,opt,name=new_formula" json:"new_formula,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*ChartCommandSetSeriesNameArchive) GetMediator

func (*ChartCommandSetSeriesNameArchive) GetNewFormula

func (*ChartCommandSetSeriesNameArchive) GetOldFormula

func (*ChartCommandSetSeriesNameArchive) GetSeriesindex

func (m *ChartCommandSetSeriesNameArchive) GetSeriesindex() uint32

func (*ChartCommandSetSeriesNameArchive) GetSuper

func (*ChartCommandSetSeriesNameArchive) ProtoMessage

func (*ChartCommandSetSeriesNameArchive) ProtoMessage()

func (*ChartCommandSetSeriesNameArchive) Reset

func (*ChartCommandSetSeriesNameArchive) String

type ChartMediatorArchive

type ChartMediatorArchive struct {
	Super                      *TSCH.ChartMediatorArchive   `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	EntityId                   *string                      `protobuf:"bytes,2,req,name=entity_id" json:"entity_id,omitempty"`
	Formulas                   *ChartMediatorFormulaStorage `protobuf:"bytes,3,opt,name=formulas" json:"formulas,omitempty"`
	ColumnsAreSeries           *bool                        `protobuf:"varint,4,opt,name=columns_are_series" json:"columns_are_series,omitempty"`
	IsRegisteredWithCalcEngine *bool                        `protobuf:"varint,5,opt,name=is_registered_with_calc_engine" json:"is_registered_with_calc_engine,omitempty"`
	XXX_unrecognized           []byte                       `json:"-"`
}

func (*ChartMediatorArchive) GetColumnsAreSeries

func (m *ChartMediatorArchive) GetColumnsAreSeries() bool

func (*ChartMediatorArchive) GetEntityId

func (m *ChartMediatorArchive) GetEntityId() string

func (*ChartMediatorArchive) GetFormulas

func (*ChartMediatorArchive) GetIsRegisteredWithCalcEngine

func (m *ChartMediatorArchive) GetIsRegisteredWithCalcEngine() bool

func (*ChartMediatorArchive) GetSuper

func (*ChartMediatorArchive) ProtoMessage

func (*ChartMediatorArchive) ProtoMessage()

func (*ChartMediatorArchive) Reset

func (m *ChartMediatorArchive) Reset()

func (*ChartMediatorArchive) String

func (m *ChartMediatorArchive) String() string

type ChartMediatorFormulaStorage

type ChartMediatorFormulaStorage struct {
	DataFormulae                   []*TSCE.FormulaArchive `protobuf:"bytes,1,rep,name=data_formulae" json:"data_formulae,omitempty"`
	RowLabelFormulae               []*TSCE.FormulaArchive `protobuf:"bytes,3,rep,name=row_label_formulae" json:"row_label_formulae,omitempty"`
	ColLabelFormulae               []*TSCE.FormulaArchive `protobuf:"bytes,4,rep,name=col_label_formulae" json:"col_label_formulae,omitempty"`
	Direction                      *int32                 `protobuf:"varint,5,opt,name=direction" json:"direction,omitempty"`
	ErrorCustomPosFormulae         []*TSCE.FormulaArchive `protobuf:"bytes,6,rep,name=error_custom_pos_formulae" json:"error_custom_pos_formulae,omitempty"`
	ErrorCustomNegFormulae         []*TSCE.FormulaArchive `protobuf:"bytes,7,rep,name=error_custom_neg_formulae" json:"error_custom_neg_formulae,omitempty"`
	ErrorCustomPosScatterXFormulae []*TSCE.FormulaArchive `protobuf:"bytes,8,rep,name=error_custom_pos_scatterX_formulae" json:"error_custom_pos_scatterX_formulae,omitempty"`
	ErrorCustomNegScatterXFormulae []*TSCE.FormulaArchive `protobuf:"bytes,9,rep,name=error_custom_neg_scatterX_formulae" json:"error_custom_neg_scatterX_formulae,omitempty"`
	XXX_unrecognized               []byte                 `json:"-"`
}

func (*ChartMediatorFormulaStorage) GetColLabelFormulae

func (m *ChartMediatorFormulaStorage) GetColLabelFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetDataFormulae

func (m *ChartMediatorFormulaStorage) GetDataFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetDirection

func (m *ChartMediatorFormulaStorage) GetDirection() int32

func (*ChartMediatorFormulaStorage) GetErrorCustomNegFormulae

func (m *ChartMediatorFormulaStorage) GetErrorCustomNegFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetErrorCustomNegScatterXFormulae

func (m *ChartMediatorFormulaStorage) GetErrorCustomNegScatterXFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetErrorCustomPosFormulae

func (m *ChartMediatorFormulaStorage) GetErrorCustomPosFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetErrorCustomPosScatterXFormulae

func (m *ChartMediatorFormulaStorage) GetErrorCustomPosScatterXFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) GetRowLabelFormulae

func (m *ChartMediatorFormulaStorage) GetRowLabelFormulae() []*TSCE.FormulaArchive

func (*ChartMediatorFormulaStorage) ProtoMessage

func (*ChartMediatorFormulaStorage) ProtoMessage()

func (*ChartMediatorFormulaStorage) Reset

func (m *ChartMediatorFormulaStorage) Reset()

func (*ChartMediatorFormulaStorage) String

func (m *ChartMediatorFormulaStorage) String() string

type ChartSelectionArchive

type ChartSelectionArchive struct {
	Reference        *TSCE.RangeReferenceArchive `protobuf:"bytes,1,opt,name=reference" json:"reference,omitempty"`
	Super            *TSCH.ChartSelectionArchive `protobuf:"bytes,2,opt,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*ChartSelectionArchive) GetReference

func (*ChartSelectionArchive) GetSuper

func (*ChartSelectionArchive) ProtoMessage

func (*ChartSelectionArchive) ProtoMessage()

func (*ChartSelectionArchive) Reset

func (m *ChartSelectionArchive) Reset()

func (*ChartSelectionArchive) String

func (m *ChartSelectionArchive) String() string

type CommandChartMediatorSetEditingState

type CommandChartMediatorSetEditingState struct {
	Super            *TSCH.ChartCommandArchive    `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	OldFormulas      *ChartMediatorFormulaStorage `protobuf:"bytes,3,opt,name=old_formulas" json:"old_formulas,omitempty"`
	NewFormulas      *ChartMediatorFormulaStorage `protobuf:"bytes,4,opt,name=new_formulas" json:"new_formulas,omitempty"`
	OldDirection     *int32                       `protobuf:"varint,5,opt,name=old_direction" json:"old_direction,omitempty"`
	NewDirection     *int32                       `protobuf:"varint,6,opt,name=new_direction" json:"new_direction,omitempty"`
	OldScatterFormat *int32                       `protobuf:"varint,7,opt,name=old_scatter_format" json:"old_scatter_format,omitempty"`
	NewScatterFormat *int32                       `protobuf:"varint,8,opt,name=new_scatter_format" json:"new_scatter_format,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*CommandChartMediatorSetEditingState) GetNewDirection

func (m *CommandChartMediatorSetEditingState) GetNewDirection() int32

func (*CommandChartMediatorSetEditingState) GetNewFormulas

func (*CommandChartMediatorSetEditingState) GetNewScatterFormat

func (m *CommandChartMediatorSetEditingState) GetNewScatterFormat() int32

func (*CommandChartMediatorSetEditingState) GetOldDirection

func (m *CommandChartMediatorSetEditingState) GetOldDirection() int32

func (*CommandChartMediatorSetEditingState) GetOldFormulas

func (*CommandChartMediatorSetEditingState) GetOldScatterFormat

func (m *CommandChartMediatorSetEditingState) GetOldScatterFormat() int32

func (*CommandChartMediatorSetEditingState) GetSuper

func (*CommandChartMediatorSetEditingState) ProtoMessage

func (*CommandChartMediatorSetEditingState) ProtoMessage()

func (*CommandChartMediatorSetEditingState) Reset

func (*CommandChartMediatorSetEditingState) String

type CommandChartMediatorUpdateForEntityDelete

type CommandChartMediatorUpdateForEntityDelete struct {
	Super            *TSCH.ChartCommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Cmd              *TSP.Reference            `protobuf:"bytes,3,opt,name=cmd" json:"cmd,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*CommandChartMediatorUpdateForEntityDelete) GetCmd

func (*CommandChartMediatorUpdateForEntityDelete) GetSuper

func (*CommandChartMediatorUpdateForEntityDelete) ProtoMessage

func (*CommandChartMediatorUpdateForEntityDelete) Reset

func (*CommandChartMediatorUpdateForEntityDelete) String

type CommandDocumentInsertSheetArchive

type CommandDocumentInsertSheetArchive struct {
	Document         *TSP.Reference      `protobuf:"bytes,1,req,name=document" json:"document,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,3,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandDocumentInsertSheetArchive) GetDocument

func (*CommandDocumentInsertSheetArchive) GetSheet

func (*CommandDocumentInsertSheetArchive) GetSuper

func (*CommandDocumentInsertSheetArchive) ProtoMessage

func (*CommandDocumentInsertSheetArchive) ProtoMessage()

func (*CommandDocumentInsertSheetArchive) Reset

func (*CommandDocumentInsertSheetArchive) String

type CommandDocumentRemoveSheetArchive

type CommandDocumentRemoveSheetArchive struct {
	Document                     *TSP.Reference      `protobuf:"bytes,1,req,name=document" json:"document,omitempty"`
	Sheet                        *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Index                        *uint32             `protobuf:"varint,3,req,name=index" json:"index,omitempty"`
	OldSheetSidebarOrder         []*TSP.Reference    `protobuf:"bytes,4,rep,name=old_sheet_sidebar_order" json:"old_sheet_sidebar_order,omitempty"`
	Super                        *TSK.CommandArchive `protobuf:"bytes,5,req,name=super" json:"super,omitempty"`
	FormulaRewriteCommandForUndo *TSP.Reference      `protobuf:"bytes,6,opt,name=formula_rewrite_command_for_undo" json:"formula_rewrite_command_for_undo,omitempty"`
	XXX_unrecognized             []byte              `json:"-"`
}

func (*CommandDocumentRemoveSheetArchive) GetDocument

func (*CommandDocumentRemoveSheetArchive) GetFormulaRewriteCommandForUndo

func (m *CommandDocumentRemoveSheetArchive) GetFormulaRewriteCommandForUndo() *TSP.Reference

func (*CommandDocumentRemoveSheetArchive) GetIndex

func (*CommandDocumentRemoveSheetArchive) GetOldSheetSidebarOrder

func (m *CommandDocumentRemoveSheetArchive) GetOldSheetSidebarOrder() []*TSP.Reference

func (*CommandDocumentRemoveSheetArchive) GetSheet

func (*CommandDocumentRemoveSheetArchive) GetSuper

func (*CommandDocumentRemoveSheetArchive) ProtoMessage

func (*CommandDocumentRemoveSheetArchive) ProtoMessage()

func (*CommandDocumentRemoveSheetArchive) Reset

func (*CommandDocumentRemoveSheetArchive) String

type CommandDocumentReorderSheetArchive

type CommandDocumentReorderSheetArchive struct {
	Document         *TSP.Reference      `protobuf:"bytes,1,req,name=document" json:"document,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	SourceIndex      *uint32             `protobuf:"varint,3,req,name=source_index" json:"source_index,omitempty"`
	DestIndex        *uint32             `protobuf:"varint,4,req,name=dest_index" json:"dest_index,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,5,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandDocumentReorderSheetArchive) GetDestIndex

func (m *CommandDocumentReorderSheetArchive) GetDestIndex() uint32

func (*CommandDocumentReorderSheetArchive) GetDocument

func (*CommandDocumentReorderSheetArchive) GetSheet

func (*CommandDocumentReorderSheetArchive) GetSourceIndex

func (m *CommandDocumentReorderSheetArchive) GetSourceIndex() uint32

func (*CommandDocumentReorderSheetArchive) GetSuper

func (*CommandDocumentReorderSheetArchive) ProtoMessage

func (*CommandDocumentReorderSheetArchive) ProtoMessage()

func (*CommandDocumentReorderSheetArchive) Reset

func (*CommandDocumentReorderSheetArchive) String

type CommandDocumentReplaceLastSheetArchive

type CommandDocumentReplaceLastSheetArchive struct {
	Document         *TSP.Reference      `protobuf:"bytes,1,req,name=document" json:"document,omitempty"`
	LastSheet        *TSP.Reference      `protobuf:"bytes,2,req,name=last_sheet" json:"last_sheet,omitempty"`
	NewSheet         *TSP.Reference      `protobuf:"bytes,3,req,name=new_sheet" json:"new_sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,4,req,name=super" json:"super,omitempty"`
	Index            *uint32             `protobuf:"varint,5,opt,name=index" json:"index,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandDocumentReplaceLastSheetArchive) GetDocument

func (*CommandDocumentReplaceLastSheetArchive) GetIndex

func (*CommandDocumentReplaceLastSheetArchive) GetLastSheet

func (*CommandDocumentReplaceLastSheetArchive) GetNewSheet

func (*CommandDocumentReplaceLastSheetArchive) GetSuper

func (*CommandDocumentReplaceLastSheetArchive) ProtoMessage

func (*CommandDocumentReplaceLastSheetArchive) Reset

func (*CommandDocumentReplaceLastSheetArchive) String

type CommandEnterPrintPreviewModeArchive

type CommandEnterPrintPreviewModeArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandEnterPrintPreviewModeArchive) GetSuper

func (*CommandEnterPrintPreviewModeArchive) ProtoMessage

func (*CommandEnterPrintPreviewModeArchive) ProtoMessage()

func (*CommandEnterPrintPreviewModeArchive) Reset

func (*CommandEnterPrintPreviewModeArchive) String

type CommandExitPrintPreviewModeArchive

type CommandExitPrintPreviewModeArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandExitPrintPreviewModeArchive) GetSuper

func (*CommandExitPrintPreviewModeArchive) ProtoMessage

func (*CommandExitPrintPreviewModeArchive) ProtoMessage()

func (*CommandExitPrintPreviewModeArchive) Reset

func (*CommandExitPrintPreviewModeArchive) String

type CommandFormChooseTargetTableArchive

type CommandFormChooseTargetTableArchive struct {
	Super             *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	TableId           *TSCE.CFUUIDArchive `protobuf:"bytes,2,opt,name=table_id" json:"table_id,omitempty"`
	PreviousTableId   *TSCE.CFUUIDArchive `protobuf:"bytes,3,opt,name=previous_table_id" json:"previous_table_id,omitempty"`
	SheetName         *string             `protobuf:"bytes,4,opt,name=sheet_name" json:"sheet_name,omitempty"`
	PreviousSheetName *string             `protobuf:"bytes,5,opt,name=previous_sheet_name" json:"previous_sheet_name,omitempty"`
	Sheet             *TSP.Reference      `protobuf:"bytes,6,req,name=sheet" json:"sheet,omitempty"`
	XXX_unrecognized  []byte              `json:"-"`
}

func (*CommandFormChooseTargetTableArchive) GetPreviousSheetName

func (m *CommandFormChooseTargetTableArchive) GetPreviousSheetName() string

func (*CommandFormChooseTargetTableArchive) GetPreviousTableId

func (m *CommandFormChooseTargetTableArchive) GetPreviousTableId() *TSCE.CFUUIDArchive

func (*CommandFormChooseTargetTableArchive) GetSheet

func (*CommandFormChooseTargetTableArchive) GetSheetName

func (m *CommandFormChooseTargetTableArchive) GetSheetName() string

func (*CommandFormChooseTargetTableArchive) GetSuper

func (*CommandFormChooseTargetTableArchive) GetTableId

func (*CommandFormChooseTargetTableArchive) ProtoMessage

func (*CommandFormChooseTargetTableArchive) ProtoMessage()

func (*CommandFormChooseTargetTableArchive) Reset

func (*CommandFormChooseTargetTableArchive) String

type CommandPasteDrawablesArchive

type CommandPasteDrawablesArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Drawables        []*TSP.Reference    `protobuf:"bytes,3,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandPasteDrawablesArchive) GetDrawables

func (m *CommandPasteDrawablesArchive) GetDrawables() []*TSP.Reference

func (*CommandPasteDrawablesArchive) GetSheet

func (*CommandPasteDrawablesArchive) GetSuper

func (*CommandPasteDrawablesArchive) ProtoMessage

func (*CommandPasteDrawablesArchive) ProtoMessage()

func (*CommandPasteDrawablesArchive) Reset

func (m *CommandPasteDrawablesArchive) Reset()

func (*CommandPasteDrawablesArchive) String

type CommandPasteSheetArchive

type CommandPasteSheetArchive struct {
	Super            *TSK.CommandArchive  `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Document         *TSP.Reference       `protobuf:"bytes,2,req,name=document" json:"document,omitempty"`
	Sheet            *TSP.Reference       `protobuf:"bytes,3,req,name=sheet" json:"sheet,omitempty"`
	SheetUistate     *SheetUIStateArchive `protobuf:"bytes,4,opt,name=sheet_uistate" json:"sheet_uistate,omitempty"`
	SheetIndex       *uint32              `protobuf:"varint,5,req,name=sheetIndex" json:"sheetIndex,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*CommandPasteSheetArchive) GetDocument

func (m *CommandPasteSheetArchive) GetDocument() *TSP.Reference

func (*CommandPasteSheetArchive) GetSheet

func (m *CommandPasteSheetArchive) GetSheet() *TSP.Reference

func (*CommandPasteSheetArchive) GetSheetIndex

func (m *CommandPasteSheetArchive) GetSheetIndex() uint32

func (*CommandPasteSheetArchive) GetSheetUistate

func (m *CommandPasteSheetArchive) GetSheetUistate() *SheetUIStateArchive

func (*CommandPasteSheetArchive) GetSuper

func (*CommandPasteSheetArchive) ProtoMessage

func (*CommandPasteSheetArchive) ProtoMessage()

func (*CommandPasteSheetArchive) Reset

func (m *CommandPasteSheetArchive) Reset()

func (*CommandPasteSheetArchive) String

func (m *CommandPasteSheetArchive) String() string

type CommandReorderSidebarItemChildrenAchive

type CommandReorderSidebarItemChildrenAchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	OldChildren      []*TSP.Reference    `protobuf:"bytes,3,rep,name=old_children" json:"old_children,omitempty"`
	NewChildren      []*TSP.Reference    `protobuf:"bytes,4,rep,name=new_children" json:"new_children,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandReorderSidebarItemChildrenAchive) GetNewChildren

func (m *CommandReorderSidebarItemChildrenAchive) GetNewChildren() []*TSP.Reference

func (*CommandReorderSidebarItemChildrenAchive) GetOldChildren

func (m *CommandReorderSidebarItemChildrenAchive) GetOldChildren() []*TSP.Reference

func (*CommandReorderSidebarItemChildrenAchive) GetSheet

func (*CommandReorderSidebarItemChildrenAchive) GetSuper

func (*CommandReorderSidebarItemChildrenAchive) ProtoMessage

func (*CommandReorderSidebarItemChildrenAchive) Reset

func (*CommandReorderSidebarItemChildrenAchive) String

type CommandSetAutofitValueArchive

type CommandSetAutofitValueArchive struct {
	OldContentScale  *float32            `protobuf:"fixed32,1,req,name=old_content_scale" json:"old_content_scale,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,3,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSetAutofitValueArchive) GetOldContentScale

func (m *CommandSetAutofitValueArchive) GetOldContentScale() float32

func (*CommandSetAutofitValueArchive) GetSheet

func (*CommandSetAutofitValueArchive) GetSuper

func (*CommandSetAutofitValueArchive) ProtoMessage

func (*CommandSetAutofitValueArchive) ProtoMessage()

func (*CommandSetAutofitValueArchive) Reset

func (m *CommandSetAutofitValueArchive) Reset()

func (*CommandSetAutofitValueArchive) String

type CommandSetContentScaleArchive

type CommandSetContentScaleArchive struct {
	IsAutofitOn      *bool               `protobuf:"varint,1,req,name=is_autofit_on" json:"is_autofit_on,omitempty"`
	OldContentScale  *float32            `protobuf:"fixed32,2,req,name=old_content_scale" json:"old_content_scale,omitempty"`
	NewContentScale  *float32            `protobuf:"fixed32,3,opt,name=new_content_scale" json:"new_content_scale,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,4,req,name=sheet" json:"sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,5,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSetContentScaleArchive) GetIsAutofitOn

func (m *CommandSetContentScaleArchive) GetIsAutofitOn() bool

func (*CommandSetContentScaleArchive) GetNewContentScale

func (m *CommandSetContentScaleArchive) GetNewContentScale() float32

func (*CommandSetContentScaleArchive) GetOldContentScale

func (m *CommandSetContentScaleArchive) GetOldContentScale() float32

func (*CommandSetContentScaleArchive) GetSheet

func (*CommandSetContentScaleArchive) GetSuper

func (*CommandSetContentScaleArchive) ProtoMessage

func (*CommandSetContentScaleArchive) ProtoMessage()

func (*CommandSetContentScaleArchive) Reset

func (m *CommandSetContentScaleArchive) Reset()

func (*CommandSetContentScaleArchive) String

type CommandSetDocumentPrinterOptions

type CommandSetDocumentPrinterOptions struct {
	PrinterId        *string             `protobuf:"bytes,1,req,name=printer_id" json:"printer_id,omitempty"`
	PaperId          *string             `protobuf:"bytes,2,req,name=paper_id" json:"paper_id,omitempty"`
	PageSize         *TSP.Size           `protobuf:"bytes,3,req,name=page_size" json:"page_size,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,4,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSetDocumentPrinterOptions) GetPageSize

func (m *CommandSetDocumentPrinterOptions) GetPageSize() *TSP.Size

func (*CommandSetDocumentPrinterOptions) GetPaperId

func (m *CommandSetDocumentPrinterOptions) GetPaperId() string

func (*CommandSetDocumentPrinterOptions) GetPrinterId

func (m *CommandSetDocumentPrinterOptions) GetPrinterId() string

func (*CommandSetDocumentPrinterOptions) GetSuper

func (*CommandSetDocumentPrinterOptions) ProtoMessage

func (*CommandSetDocumentPrinterOptions) ProtoMessage()

func (*CommandSetDocumentPrinterOptions) Reset

func (*CommandSetDocumentPrinterOptions) String

type CommandSetPageOrientationArchive

type CommandSetPageOrientationArchive struct {
	InPortraitPageOrientation *bool               `protobuf:"varint,1,req,name=in_portrait_page_orientation" json:"in_portrait_page_orientation,omitempty"`
	Sheet                     *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Super                     *TSK.CommandArchive `protobuf:"bytes,3,req,name=super" json:"super,omitempty"`
	XXX_unrecognized          []byte              `json:"-"`
}

func (*CommandSetPageOrientationArchive) GetInPortraitPageOrientation

func (m *CommandSetPageOrientationArchive) GetInPortraitPageOrientation() bool

func (*CommandSetPageOrientationArchive) GetSheet

func (*CommandSetPageOrientationArchive) GetSuper

func (*CommandSetPageOrientationArchive) ProtoMessage

func (*CommandSetPageOrientationArchive) ProtoMessage()

func (*CommandSetPageOrientationArchive) Reset

func (*CommandSetPageOrientationArchive) String

type CommandSetRepeatingHeadersValueArchive

type CommandSetRepeatingHeadersValueArchive struct {
	ShowRepeatingHeaders *bool               `protobuf:"varint,1,req,name=show_repeating_headers" json:"show_repeating_headers,omitempty"`
	Sheet                *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Super                *TSK.CommandArchive `protobuf:"bytes,3,req,name=super" json:"super,omitempty"`
	XXX_unrecognized     []byte              `json:"-"`
}

func (*CommandSetRepeatingHeadersValueArchive) GetSheet

func (*CommandSetRepeatingHeadersValueArchive) GetShowRepeatingHeaders

func (m *CommandSetRepeatingHeadersValueArchive) GetShowRepeatingHeaders() bool

func (*CommandSetRepeatingHeadersValueArchive) GetSuper

func (*CommandSetRepeatingHeadersValueArchive) ProtoMessage

func (*CommandSetRepeatingHeadersValueArchive) Reset

func (*CommandSetRepeatingHeadersValueArchive) String

type CommandSetSheetNameArchive

type CommandSetSheetNameArchive struct {
	Newname          *string             `protobuf:"bytes,1,req,name=newname" json:"newname,omitempty"`
	Oldname          *string             `protobuf:"bytes,2,req,name=oldname" json:"oldname,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,3,req,name=sheet" json:"sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,4,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSetSheetNameArchive) GetNewname

func (m *CommandSetSheetNameArchive) GetNewname() string

func (*CommandSetSheetNameArchive) GetOldname

func (m *CommandSetSheetNameArchive) GetOldname() string

func (*CommandSetSheetNameArchive) GetSheet

func (m *CommandSetSheetNameArchive) GetSheet() *TSP.Reference

func (*CommandSetSheetNameArchive) GetSuper

func (*CommandSetSheetNameArchive) ProtoMessage

func (*CommandSetSheetNameArchive) ProtoMessage()

func (*CommandSetSheetNameArchive) Reset

func (m *CommandSetSheetNameArchive) Reset()

func (*CommandSetSheetNameArchive) String

func (m *CommandSetSheetNameArchive) String() string

type CommandSetShowPageNumbersValueArchive

type CommandSetShowPageNumbersValueArchive struct {
	ShowPageNumbers  *bool               `protobuf:"varint,1,req,name=show_page_numbers" json:"show_page_numbers,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,3,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSetShowPageNumbersValueArchive) GetSheet

func (*CommandSetShowPageNumbersValueArchive) GetShowPageNumbers

func (m *CommandSetShowPageNumbersValueArchive) GetShowPageNumbers() bool

func (*CommandSetShowPageNumbersValueArchive) GetSuper

func (*CommandSetShowPageNumbersValueArchive) ProtoMessage

func (*CommandSetShowPageNumbersValueArchive) ProtoMessage()

func (*CommandSetShowPageNumbersValueArchive) Reset

func (*CommandSetShowPageNumbersValueArchive) String

type CommandSheetInsertDrawablesArchive

type CommandSheetInsertDrawablesArchive struct {
	Sheet            *TSP.Reference      `protobuf:"bytes,1,req,name=sheet" json:"sheet,omitempty"`
	Drawables        []*TSP.Reference    `protobuf:"bytes,2,rep,name=drawables" json:"drawables,omitempty"`
	ProviderUndo     *TSP.Reference      `protobuf:"bytes,3,opt,name=provider_undo" json:"provider_undo,omitempty"`
	Super            *TSK.CommandArchive `protobuf:"bytes,4,req,name=super" json:"super,omitempty"`
	ForDrag          *bool               `protobuf:"varint,5,opt,name=forDrag" json:"forDrag,omitempty"`
	ForPaste         *bool               `protobuf:"varint,7,opt,name=forPaste" json:"forPaste,omitempty"`
	AtIndex          *int32              `protobuf:"varint,6,opt,name=atIndex" json:"atIndex,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSheetInsertDrawablesArchive) GetAtIndex

func (m *CommandSheetInsertDrawablesArchive) GetAtIndex() int32

func (*CommandSheetInsertDrawablesArchive) GetDrawables

func (m *CommandSheetInsertDrawablesArchive) GetDrawables() []*TSP.Reference

func (*CommandSheetInsertDrawablesArchive) GetForDrag

func (m *CommandSheetInsertDrawablesArchive) GetForDrag() bool

func (*CommandSheetInsertDrawablesArchive) GetForPaste

func (m *CommandSheetInsertDrawablesArchive) GetForPaste() bool

func (*CommandSheetInsertDrawablesArchive) GetProviderUndo

func (m *CommandSheetInsertDrawablesArchive) GetProviderUndo() *TSP.Reference

func (*CommandSheetInsertDrawablesArchive) GetSheet

func (*CommandSheetInsertDrawablesArchive) GetSuper

func (*CommandSheetInsertDrawablesArchive) ProtoMessage

func (*CommandSheetInsertDrawablesArchive) ProtoMessage()

func (*CommandSheetInsertDrawablesArchive) Reset

func (*CommandSheetInsertDrawablesArchive) String

type CommandSheetMoveDrawableZOrderArchive

type CommandSheetMoveDrawableZOrderArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Sheet            *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	DrawableInfos    []*TSP.Reference    `protobuf:"bytes,3,rep,name=drawable_infos" json:"drawable_infos,omitempty"`
	Indexes          *TSP.IndexSet       `protobuf:"bytes,4,req,name=indexes" json:"indexes,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CommandSheetMoveDrawableZOrderArchive) GetDrawableInfos

func (m *CommandSheetMoveDrawableZOrderArchive) GetDrawableInfos() []*TSP.Reference

func (*CommandSheetMoveDrawableZOrderArchive) GetIndexes

func (*CommandSheetMoveDrawableZOrderArchive) GetSheet

func (*CommandSheetMoveDrawableZOrderArchive) GetSuper

func (*CommandSheetMoveDrawableZOrderArchive) ProtoMessage

func (*CommandSheetMoveDrawableZOrderArchive) ProtoMessage()

func (*CommandSheetMoveDrawableZOrderArchive) Reset

func (*CommandSheetMoveDrawableZOrderArchive) String

type CommandSheetRemoveDrawablesArchive

type CommandSheetRemoveDrawablesArchive struct {
	Super                        *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Sheet                        *TSP.Reference      `protobuf:"bytes,2,req,name=sheet" json:"sheet,omitempty"`
	SortedDrawables              []*TSP.Reference    `protobuf:"bytes,3,rep,name=sortedDrawables" json:"sortedDrawables,omitempty"`
	DrawableIndices              *TSP.IndexSet       `protobuf:"bytes,4,req,name=drawableIndices" json:"drawableIndices,omitempty"`
	OldSheetSidebarOrder         []*TSP.Reference    `protobuf:"bytes,5,rep,name=old_sheet_sidebar_order" json:"old_sheet_sidebar_order,omitempty"`
	FormulaRewriteCommandForUndo *TSP.Reference      `protobuf:"bytes,6,opt,name=formula_rewrite_command_for_undo" json:"formula_rewrite_command_for_undo,omitempty"`
	XXX_unrecognized             []byte              `json:"-"`
}

func (*CommandSheetRemoveDrawablesArchive) GetDrawableIndices

func (m *CommandSheetRemoveDrawablesArchive) GetDrawableIndices() *TSP.IndexSet

func (*CommandSheetRemoveDrawablesArchive) GetFormulaRewriteCommandForUndo

func (m *CommandSheetRemoveDrawablesArchive) GetFormulaRewriteCommandForUndo() *TSP.Reference

func (*CommandSheetRemoveDrawablesArchive) GetOldSheetSidebarOrder

func (m *CommandSheetRemoveDrawablesArchive) GetOldSheetSidebarOrder() []*TSP.Reference

func (*CommandSheetRemoveDrawablesArchive) GetSheet

func (*CommandSheetRemoveDrawablesArchive) GetSortedDrawables

func (m *CommandSheetRemoveDrawablesArchive) GetSortedDrawables() []*TSP.Reference

func (*CommandSheetRemoveDrawablesArchive) GetSuper

func (*CommandSheetRemoveDrawablesArchive) ProtoMessage

func (*CommandSheetRemoveDrawablesArchive) ProtoMessage()

func (*CommandSheetRemoveDrawablesArchive) Reset

func (*CommandSheetRemoveDrawablesArchive) String

type DocumentArchive

type DocumentArchive struct {
	Sheets            []*TSP.Reference     `protobuf:"bytes,1,rep,name=sheets" json:"sheets,omitempty"`
	Super             *TSA.DocumentArchive `protobuf:"bytes,8,req,name=super" json:"super,omitempty"`
	CalculationEngine *TSP.Reference       `protobuf:"bytes,3,opt,name=calculation_engine" json:"calculation_engine,omitempty"`
	Stylesheet        *TSP.Reference       `protobuf:"bytes,4,req,name=stylesheet" json:"stylesheet,omitempty"`
	SidebarOrder      *TSP.Reference       `protobuf:"bytes,5,req,name=sidebar_order" json:"sidebar_order,omitempty"`
	Theme             *TSP.Reference       `protobuf:"bytes,6,req,name=theme" json:"theme,omitempty"`
	Uistate           *UIStateArchive      `protobuf:"bytes,7,opt,name=uistate" json:"uistate,omitempty"`
	CustomFormatList  *TSP.Reference       `protobuf:"bytes,9,opt,name=custom_format_list" json:"custom_format_list,omitempty"`
	PrinterId         *string              `protobuf:"bytes,10,opt,name=printer_id" json:"printer_id,omitempty"`
	PaperId           *string              `protobuf:"bytes,11,opt,name=paper_id" json:"paper_id,omitempty"`
	PageSize          *TSP.Size            `protobuf:"bytes,12,opt,name=page_size" json:"page_size,omitempty"`
	XXX_unrecognized  []byte               `json:"-"`
}

func (*DocumentArchive) GetCalculationEngine

func (m *DocumentArchive) GetCalculationEngine() *TSP.Reference

func (*DocumentArchive) GetCustomFormatList

func (m *DocumentArchive) GetCustomFormatList() *TSP.Reference

func (*DocumentArchive) GetPageSize

func (m *DocumentArchive) GetPageSize() *TSP.Size

func (*DocumentArchive) GetPaperId

func (m *DocumentArchive) GetPaperId() string

func (*DocumentArchive) GetPrinterId

func (m *DocumentArchive) GetPrinterId() string

func (*DocumentArchive) GetSheets

func (m *DocumentArchive) GetSheets() []*TSP.Reference

func (*DocumentArchive) GetSidebarOrder

func (m *DocumentArchive) GetSidebarOrder() *TSP.Reference

func (*DocumentArchive) GetStylesheet

func (m *DocumentArchive) GetStylesheet() *TSP.Reference

func (*DocumentArchive) GetSuper

func (m *DocumentArchive) GetSuper() *TSA.DocumentArchive

func (*DocumentArchive) GetTheme

func (m *DocumentArchive) GetTheme() *TSP.Reference

func (*DocumentArchive) GetUistate

func (m *DocumentArchive) GetUistate() *UIStateArchive

func (*DocumentArchive) ProtoMessage

func (*DocumentArchive) ProtoMessage()

func (*DocumentArchive) Reset

func (m *DocumentArchive) Reset()

func (*DocumentArchive) String

func (m *DocumentArchive) String() string

type FormBasedSheetArchive

type FormBasedSheetArchive struct {
	Super            *SheetArchive       `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	TableId          *TSCE.CFUUIDArchive `protobuf:"bytes,2,opt,name=table_id" json:"table_id,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*FormBasedSheetArchive) GetSuper

func (m *FormBasedSheetArchive) GetSuper() *SheetArchive

func (*FormBasedSheetArchive) GetTableId

func (m *FormBasedSheetArchive) GetTableId() *TSCE.CFUUIDArchive

func (*FormBasedSheetArchive) ProtoMessage

func (*FormBasedSheetArchive) ProtoMessage()

func (*FormBasedSheetArchive) Reset

func (m *FormBasedSheetArchive) Reset()

func (*FormBasedSheetArchive) String

func (m *FormBasedSheetArchive) String() string

type PlaceholderArchive

type PlaceholderArchive struct {
	Super            *TSWP.ShapeInfoArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*PlaceholderArchive) GetSuper

func (m *PlaceholderArchive) GetSuper() *TSWP.ShapeInfoArchive

func (*PlaceholderArchive) ProtoMessage

func (*PlaceholderArchive) ProtoMessage()

func (*PlaceholderArchive) Reset

func (m *PlaceholderArchive) Reset()

func (*PlaceholderArchive) String

func (m *PlaceholderArchive) String() string

type SheetArchive

type SheetArchive struct {
	Name                      *string                `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	DrawableInfos             []*TSP.Reference       `protobuf:"bytes,2,rep,name=drawable_infos" json:"drawable_infos,omitempty"`
	InPortraitPageOrientation *bool                  `protobuf:"varint,3,opt,name=in_portrait_page_orientation" json:"in_portrait_page_orientation,omitempty"`
	ShowRepeatingHeaders      *bool                  `protobuf:"varint,4,opt,name=show_repeating_headers" json:"show_repeating_headers,omitempty"`
	ShowPageNumbers           *bool                  `protobuf:"varint,5,opt,name=show_page_numbers" json:"show_page_numbers,omitempty"`
	IsAutofitOn               *bool                  `protobuf:"varint,6,opt,name=is_autofit_on" json:"is_autofit_on,omitempty"`
	ContentScale              *float32               `protobuf:"fixed32,7,opt,name=content_scale" json:"content_scale,omitempty"`
	PageOrder                 *SheetPageOrder        `protobuf:"varint,8,opt,name=page_order,enum=TN.SheetPageOrder" json:"page_order,omitempty"`
	PrintMargins              *TSD.EdgeInsetsArchive `protobuf:"bytes,10,opt,name=print_margins" json:"print_margins,omitempty"`
	UsingStartPageNumber      *bool                  `protobuf:"varint,11,opt,name=using_start_page_number" json:"using_start_page_number,omitempty"`
	StartPageNumber           *int32                 `protobuf:"varint,12,opt,name=start_page_number" json:"start_page_number,omitempty"`
	PageHeaderInset           *float32               `protobuf:"fixed32,13,opt,name=page_header_inset" json:"page_header_inset,omitempty"`
	PageFooterInset           *float32               `protobuf:"fixed32,14,opt,name=page_footer_inset" json:"page_footer_inset,omitempty"`
	HeaderStorage             *TSP.Reference         `protobuf:"bytes,15,opt,name=header_storage" json:"header_storage,omitempty"`
	FooterStorage             *TSP.Reference         `protobuf:"bytes,16,opt,name=footer_storage" json:"footer_storage,omitempty"`
	UserDefinedGuideStorage   *TSP.Reference         `protobuf:"bytes,17,opt,name=userDefinedGuideStorage" json:"userDefinedGuideStorage,omitempty"`
	XXX_unrecognized          []byte                 `json:"-"`
}

func (*SheetArchive) GetContentScale

func (m *SheetArchive) GetContentScale() float32

func (*SheetArchive) GetDrawableInfos

func (m *SheetArchive) GetDrawableInfos() []*TSP.Reference

func (*SheetArchive) GetFooterStorage

func (m *SheetArchive) GetFooterStorage() *TSP.Reference

func (*SheetArchive) GetHeaderStorage

func (m *SheetArchive) GetHeaderStorage() *TSP.Reference

func (*SheetArchive) GetInPortraitPageOrientation

func (m *SheetArchive) GetInPortraitPageOrientation() bool

func (*SheetArchive) GetIsAutofitOn

func (m *SheetArchive) GetIsAutofitOn() bool

func (*SheetArchive) GetName

func (m *SheetArchive) GetName() string

func (*SheetArchive) GetPageFooterInset

func (m *SheetArchive) GetPageFooterInset() float32

func (*SheetArchive) GetPageHeaderInset

func (m *SheetArchive) GetPageHeaderInset() float32

func (*SheetArchive) GetPageOrder

func (m *SheetArchive) GetPageOrder() SheetPageOrder

func (*SheetArchive) GetPrintMargins

func (m *SheetArchive) GetPrintMargins() *TSD.EdgeInsetsArchive

func (*SheetArchive) GetShowPageNumbers

func (m *SheetArchive) GetShowPageNumbers() bool

func (*SheetArchive) GetShowRepeatingHeaders

func (m *SheetArchive) GetShowRepeatingHeaders() bool

func (*SheetArchive) GetStartPageNumber

func (m *SheetArchive) GetStartPageNumber() int32

func (*SheetArchive) GetUserDefinedGuideStorage

func (m *SheetArchive) GetUserDefinedGuideStorage() *TSP.Reference

func (*SheetArchive) GetUsingStartPageNumber

func (m *SheetArchive) GetUsingStartPageNumber() bool

func (*SheetArchive) ProtoMessage

func (*SheetArchive) ProtoMessage()

func (*SheetArchive) Reset

func (m *SheetArchive) Reset()

func (*SheetArchive) String

func (m *SheetArchive) String() string

type SheetCommandSelectionBehaviorArchive

type SheetCommandSelectionBehaviorArchive struct {
	SheetSelection   *TSP.Reference `protobuf:"bytes,1,opt,name=sheet_selection" json:"sheet_selection,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*SheetCommandSelectionBehaviorArchive) GetSheetSelection

func (m *SheetCommandSelectionBehaviorArchive) GetSheetSelection() *TSP.Reference

func (*SheetCommandSelectionBehaviorArchive) ProtoMessage

func (*SheetCommandSelectionBehaviorArchive) ProtoMessage()

func (*SheetCommandSelectionBehaviorArchive) Reset

func (*SheetCommandSelectionBehaviorArchive) String

type SheetPageOrder

type SheetPageOrder int32
const (
	SheetPageOrder_SheetPageOrderTopToBottom SheetPageOrder = 0
	SheetPageOrder_SheetPageOrderLeftToRight SheetPageOrder = 1
)

func (SheetPageOrder) Enum

func (x SheetPageOrder) Enum() *SheetPageOrder

func (SheetPageOrder) String

func (x SheetPageOrder) String() string

func (*SheetPageOrder) UnmarshalJSON

func (x *SheetPageOrder) UnmarshalJSON(data []byte) error

type SheetSelectionArchive

type SheetSelectionArchive struct {
	Sheet            *TSP.Reference `protobuf:"bytes,1,opt,name=sheet" json:"sheet,omitempty"`
	Paginated        *bool          `protobuf:"varint,2,opt,name=paginated" json:"paginated,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*SheetSelectionArchive) GetPaginated

func (m *SheetSelectionArchive) GetPaginated() bool

func (*SheetSelectionArchive) GetSheet

func (m *SheetSelectionArchive) GetSheet() *TSP.Reference

func (*SheetSelectionArchive) ProtoMessage

func (*SheetSelectionArchive) ProtoMessage()

func (*SheetSelectionArchive) Reset

func (m *SheetSelectionArchive) Reset()

func (*SheetSelectionArchive) String

func (m *SheetSelectionArchive) String() string

type SheetUIStateArchive

type SheetUIStateArchive struct {
	ViewScale                   *float32   `protobuf:"fixed32,1,req,name=view_scale" json:"view_scale,omitempty"`
	ScrollPosition              *TSP.Point `protobuf:"bytes,2,req,name=scroll_position" json:"scroll_position,omitempty"`
	PreviousViewScale           *float32   `protobuf:"fixed32,3,opt,name=previous_view_scale" json:"previous_view_scale,omitempty"`
	ScrollPositionIsUnscaled    *bool      `protobuf:"varint,4,opt,name=scroll_position_is_unscaled" json:"scroll_position_is_unscaled,omitempty"`
	PreviousScrollPosition      *TSP.Point `protobuf:"bytes,5,opt,name=previous_scroll_position" json:"previous_scroll_position,omitempty"`
	ScrollPositionValid         *bool      `protobuf:"varint,6,opt,name=scroll_position_valid" json:"scroll_position_valid,omitempty"`
	PreviousScrollPositionValid *bool      `protobuf:"varint,7,opt,name=previous_scroll_position_valid" json:"previous_scroll_position_valid,omitempty"`
	VisibleSize                 *TSP.Size  `protobuf:"bytes,8,opt,name=visible_size" json:"visible_size,omitempty"`
	PreviousVisibleSize         *TSP.Size  `protobuf:"bytes,9,opt,name=previous_visible_size" json:"previous_visible_size,omitempty"`
	DeviceIdiom                 *uint32    `protobuf:"varint,10,opt,name=device_idiom" json:"device_idiom,omitempty"`
	FormFocusedRecordIndex      *uint32    `protobuf:"varint,11,opt,name=form_focused_record_index" json:"form_focused_record_index,omitempty"`
	FormFocusedFieldIndex       *uint32    `protobuf:"varint,12,opt,name=form_focused_field_index" json:"form_focused_field_index,omitempty"`
	XXX_unrecognized            []byte     `json:"-"`
}

func (*SheetUIStateArchive) GetDeviceIdiom

func (m *SheetUIStateArchive) GetDeviceIdiom() uint32

func (*SheetUIStateArchive) GetFormFocusedFieldIndex

func (m *SheetUIStateArchive) GetFormFocusedFieldIndex() uint32

func (*SheetUIStateArchive) GetFormFocusedRecordIndex

func (m *SheetUIStateArchive) GetFormFocusedRecordIndex() uint32

func (*SheetUIStateArchive) GetPreviousScrollPosition

func (m *SheetUIStateArchive) GetPreviousScrollPosition() *TSP.Point

func (*SheetUIStateArchive) GetPreviousScrollPositionValid

func (m *SheetUIStateArchive) GetPreviousScrollPositionValid() bool

func (*SheetUIStateArchive) GetPreviousViewScale

func (m *SheetUIStateArchive) GetPreviousViewScale() float32

func (*SheetUIStateArchive) GetPreviousVisibleSize

func (m *SheetUIStateArchive) GetPreviousVisibleSize() *TSP.Size

func (*SheetUIStateArchive) GetScrollPosition

func (m *SheetUIStateArchive) GetScrollPosition() *TSP.Point

func (*SheetUIStateArchive) GetScrollPositionIsUnscaled

func (m *SheetUIStateArchive) GetScrollPositionIsUnscaled() bool

func (*SheetUIStateArchive) GetScrollPositionValid

func (m *SheetUIStateArchive) GetScrollPositionValid() bool

func (*SheetUIStateArchive) GetViewScale

func (m *SheetUIStateArchive) GetViewScale() float32

func (*SheetUIStateArchive) GetVisibleSize

func (m *SheetUIStateArchive) GetVisibleSize() *TSP.Size

func (*SheetUIStateArchive) ProtoMessage

func (*SheetUIStateArchive) ProtoMessage()

func (*SheetUIStateArchive) Reset

func (m *SheetUIStateArchive) Reset()

func (*SheetUIStateArchive) String

func (m *SheetUIStateArchive) String() string

type SheetUIStateDictionaryEntryArchive

type SheetUIStateDictionaryEntryArchive struct {
	Sheet            *TSP.Reference       `protobuf:"bytes,1,req,name=sheet" json:"sheet,omitempty"`
	SheetUistate     *SheetUIStateArchive `protobuf:"bytes,2,req,name=sheet_uistate" json:"sheet_uistate,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*SheetUIStateDictionaryEntryArchive) GetSheet

func (*SheetUIStateDictionaryEntryArchive) GetSheetUistate

func (*SheetUIStateDictionaryEntryArchive) ProtoMessage

func (*SheetUIStateDictionaryEntryArchive) ProtoMessage()

func (*SheetUIStateDictionaryEntryArchive) Reset

func (*SheetUIStateDictionaryEntryArchive) String

type ThemeArchive

type ThemeArchive struct {
	Super            *TSS.ThemeArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Prototypes       []*TSP.Reference  `protobuf:"bytes,2,rep,name=prototypes" json:"prototypes,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*ThemeArchive) GetPrototypes

func (m *ThemeArchive) GetPrototypes() []*TSP.Reference

func (*ThemeArchive) GetSuper

func (m *ThemeArchive) GetSuper() *TSS.ThemeArchive

func (*ThemeArchive) ProtoMessage

func (*ThemeArchive) ProtoMessage()

func (*ThemeArchive) Reset

func (m *ThemeArchive) Reset()

func (*ThemeArchive) String

func (m *ThemeArchive) String() string

type UIStateArchive

type UIStateArchive struct {
	ActiveSheetIndex                    *uint32                               `protobuf:"varint,1,req,name=active_sheet_index" json:"active_sheet_index,omitempty"`
	SelectedInfo                        []*TSP.Reference                      `protobuf:"bytes,2,rep,name=selected_info" json:"selected_info,omitempty"`
	SheetUistateDictionaryEntry         []*SheetUIStateDictionaryEntryArchive `protobuf:"bytes,3,rep,name=sheet_uistate_dictionary_entry" json:"sheet_uistate_dictionary_entry,omitempty"`
	TableSelection                      *TST.SelectionArchive                 `protobuf:"bytes,4,opt,name=table_selection" json:"table_selection,omitempty"`
	EditingSheetIndex                   *uint32                               `protobuf:"varint,5,opt,name=editing_sheet_index" json:"editing_sheet_index,omitempty"`
	DocumentMode                        *int32                                `protobuf:"varint,6,opt,name=document_mode" json:"document_mode,omitempty"`
	EditModeSheetUistateDictionaryEntry []*SheetUIStateDictionaryEntryArchive `` /* 126-byte string literal not displayed */
	TableEditingMode                    *int32                                `protobuf:"varint,8,opt,name=table_editing_mode" json:"table_editing_mode,omitempty"`
	FormFocusedRecordIndex              *uint32                               `protobuf:"varint,9,opt,name=form_focused_record_index" json:"form_focused_record_index,omitempty"`
	FormFocusedFieldIndex               *uint32                               `protobuf:"varint,10,opt,name=form_focused_field_index" json:"form_focused_field_index,omitempty"`
	InChartMode                         *bool                                 `protobuf:"varint,11,opt,name=in_chart_mode" json:"in_chart_mode,omitempty"`
	ChartSelection                      *ChartSelectionArchive                `protobuf:"bytes,12,opt,name=chart_selection" json:"chart_selection,omitempty"`
	SheetSelection                      *TSP.Reference                        `protobuf:"bytes,13,opt,name=sheet_selection" json:"sheet_selection,omitempty"`
	InspectorPaneVisible                *bool                                 `protobuf:"varint,14,opt,name=inspector_pane_visible,def=1" json:"inspector_pane_visible,omitempty"`
	InspectorPaneViewMode               *UIStateArchive_InspectorPaneViewMode `` /* 147-byte string literal not displayed */
	SelectedQuickCalcFunctions          []uint32                              `protobuf:"varint,16,rep,name=selected_quick_calc_functions" json:"selected_quick_calc_functions,omitempty"`
	RemovedAllQuickCalcFunctions        *bool                                 `protobuf:"varint,17,opt,name=removed_all_quick_calc_functions" json:"removed_all_quick_calc_functions,omitempty"`
	ShowCanvasGuides                    *bool                                 `protobuf:"varint,18,opt,name=show_canvas_guides" json:"show_canvas_guides,omitempty"`
	ShowsComments                       *bool                                 `protobuf:"varint,19,opt,name=shows_comments" json:"shows_comments,omitempty"`
	XXX_unrecognized                    []byte                                `json:"-"`
}

func (*UIStateArchive) GetActiveSheetIndex

func (m *UIStateArchive) GetActiveSheetIndex() uint32

func (*UIStateArchive) GetChartSelection

func (m *UIStateArchive) GetChartSelection() *ChartSelectionArchive

func (*UIStateArchive) GetDocumentMode

func (m *UIStateArchive) GetDocumentMode() int32

func (*UIStateArchive) GetEditModeSheetUistateDictionaryEntry

func (m *UIStateArchive) GetEditModeSheetUistateDictionaryEntry() []*SheetUIStateDictionaryEntryArchive

func (*UIStateArchive) GetEditingSheetIndex

func (m *UIStateArchive) GetEditingSheetIndex() uint32

func (*UIStateArchive) GetFormFocusedFieldIndex

func (m *UIStateArchive) GetFormFocusedFieldIndex() uint32

func (*UIStateArchive) GetFormFocusedRecordIndex

func (m *UIStateArchive) GetFormFocusedRecordIndex() uint32

func (*UIStateArchive) GetInChartMode

func (m *UIStateArchive) GetInChartMode() bool

func (*UIStateArchive) GetInspectorPaneViewMode

func (m *UIStateArchive) GetInspectorPaneViewMode() UIStateArchive_InspectorPaneViewMode

func (*UIStateArchive) GetInspectorPaneVisible

func (m *UIStateArchive) GetInspectorPaneVisible() bool

func (*UIStateArchive) GetRemovedAllQuickCalcFunctions

func (m *UIStateArchive) GetRemovedAllQuickCalcFunctions() bool

func (*UIStateArchive) GetSelectedInfo

func (m *UIStateArchive) GetSelectedInfo() []*TSP.Reference

func (*UIStateArchive) GetSelectedQuickCalcFunctions

func (m *UIStateArchive) GetSelectedQuickCalcFunctions() []uint32

func (*UIStateArchive) GetSheetSelection

func (m *UIStateArchive) GetSheetSelection() *TSP.Reference

func (*UIStateArchive) GetSheetUistateDictionaryEntry

func (m *UIStateArchive) GetSheetUistateDictionaryEntry() []*SheetUIStateDictionaryEntryArchive

func (*UIStateArchive) GetShowCanvasGuides

func (m *UIStateArchive) GetShowCanvasGuides() bool

func (*UIStateArchive) GetShowsComments

func (m *UIStateArchive) GetShowsComments() bool

func (*UIStateArchive) GetTableEditingMode

func (m *UIStateArchive) GetTableEditingMode() int32

func (*UIStateArchive) GetTableSelection

func (m *UIStateArchive) GetTableSelection() *TST.SelectionArchive

func (*UIStateArchive) ProtoMessage

func (*UIStateArchive) ProtoMessage()

func (*UIStateArchive) Reset

func (m *UIStateArchive) Reset()

func (*UIStateArchive) String

func (m *UIStateArchive) String() string

type UIStateArchive_InspectorPaneViewMode

type UIStateArchive_InspectorPaneViewMode int32
const (
	UIStateArchive_kInspectorPaneViewModeFormat UIStateArchive_InspectorPaneViewMode = 0
	UIStateArchive_kInspectorPaneViewModeFilter UIStateArchive_InspectorPaneViewMode = 1
)
const Default_UIStateArchive_InspectorPaneViewMode UIStateArchive_InspectorPaneViewMode = UIStateArchive_kInspectorPaneViewModeFormat

func (UIStateArchive_InspectorPaneViewMode) Enum

func (UIStateArchive_InspectorPaneViewMode) String

func (*UIStateArchive_InspectorPaneViewMode) UnmarshalJSON

func (x *UIStateArchive_InspectorPaneViewMode) UnmarshalJSON(data []byte) error

type UndoRedoStateArchive

type UndoRedoStateArchive struct {
	UiState          *UIStateArchive `protobuf:"bytes,1,req,name=ui_state" json:"ui_state,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*UndoRedoStateArchive) GetUiState

func (m *UndoRedoStateArchive) GetUiState() *UIStateArchive

func (*UndoRedoStateArchive) ProtoMessage

func (*UndoRedoStateArchive) ProtoMessage()

func (*UndoRedoStateArchive) Reset

func (m *UndoRedoStateArchive) Reset()

func (*UndoRedoStateArchive) String

func (m *UndoRedoStateArchive) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL