TP

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: 9 Imported by: 0

Documentation

Overview

Package TP is a generated protocol buffer package.

It is generated from these files:

TPArchives.proto

It has these top-level messages:

DocumentArchive
ThemeArchive
SettingsArchive
PlaceholderArchive
FloatingDrawablesArchive
DrawablesZOrderArchive
PageMasterArchive
SectionArchive
AnchorPosArchive
TargetHintArchive
PageHintArchive
SectionHintArchive
TextboxHintArchive
TopicNumberEntryArchive
TopicNumberHintsArchive
LayoutStateArchive
CanvasSelectionArchive
ViewStateArchive
UIStateArchive

Package TP is a generated protocol buffer package.

It is generated from these files:

TPCommandArchives.proto

It has these top-level messages:

InsertDrawablesCommandArchive
PasteDrawablesCommandArchive
PasteAnchoredDrawablesCommandArchive
MoveDrawablesPageIndexCommandArchive
InsertSectionBreakCommandArchive
DeleteSectionCommandArchive
ReplaceSectionCommandArchive
ChangeSectionPropertyCommandArchive
SwapDrawableZOrderCommandArchive
RemoveDrawablesCommandArchive
NudgeDrawablesCommandArchive
ChangeHeaderFooterVisibilityCommandArchive
ChangeSectionMarginsCommandArchive
ChangeDocumentPrinterOptionsCommandArchive
InsertMasterDrawablesCommandArchive
MoveMasterDrawableZOrderCommandArchive
RemoveMasterDrawablesCommandArchive
PasteMasterDrawablesCommandArchive
MoveDrawablesAttachedCommandArchive
MoveDrawablesFloatingCommandArchive
RemoveAnchoredDrawableCommandArchive
ChangeFootnoteFormatCommandArchive
ChangeFootnoteKindCommandArchive
ChangeFootnoteNumberingCommandArchive
ChangeFootnoteSpacingCommandArchive
MoveInlineDrawableAnchoredCommandArchive
MoveAnchoredDrawableInlineCommandArchive
InsertFootnoteCommandArchive
ToggleBodyLayoutDirectionCommandArchive
ChangeCTVisibilityCommandArchive
TrackChangesCommandArchive
DocumentHyphenationCommandArchive
DocumentLigaturesCommandArchive
DocumentHasBodyCommandArchive
PauseChangeTrackingCommandArchive

Index

Constants

View Source
const Default_DocumentArchive_Orientation uint32 = 0
View Source
const Default_SettingsArchive_AnnotationsVisible bool = true
View Source
const Default_SettingsArchive_Body bool = true
View Source
const Default_SettingsArchive_ChangeBarsVisible bool = true
View Source
const Default_SettingsArchive_CopyAssets bool = true
View Source
const Default_SettingsArchive_CopyMovies bool = true
View Source
const Default_SettingsArchive_DocumentIsRtl bool = false
View Source
const Default_SettingsArchive_Footers bool = true
View Source
const Default_SettingsArchive_FormatChangesVisible bool = true
View Source
const Default_SettingsArchive_Headers bool = true
View Source
const Default_SettingsArchive_Hyphenation bool = false
View Source
const Default_SettingsArchive_LinksEnabled bool = true
View Source
const Default_SettingsArchive_PlaceholderAuthoring bool = false
View Source
const Default_SettingsArchive_Preview bool = true
View Source
const Default_SettingsArchive_SectionAuthoring bool = false
View Source
const Default_SettingsArchive_ShowCtDeletions bool = true
View Source
const Default_SettingsArchive_ShowCtMarkup bool = true
View Source
const Default_SettingsArchive_TocLinksEnabled bool = false
View Source
const Default_SettingsArchive_UseLigatures bool = false
View Source
const Default_ViewStateArchive_LayoutBordersVisible bool = false
View Source
const Default_ViewStateArchive_RulerVisible bool = true
View Source
const Default_ViewStateArchive_ShowsComments bool = true
View Source
const Default_ViewStateArchive_ShowsPageNavigator bool = false
View Source
const Default_ViewStateArchive_ViewScale float32 = 1.25
View Source
const Default_ViewStateArchive_WordCountHudVisible bool = false

Variables

View Source
var ChangeFootnoteFormatCommandArchive_FootnoteFormat_name = map[int32]string{
	0: "kFootnoteFormatNumeric",
	1: "kFootnoteFormatRoman",
	2: "kFootnoteFormatSymbolic",
	3: "kFootnoteFormatJapaneseNumeric",
	4: "kFootnoteFormatJapaneseIdeographic",
}
View Source
var ChangeFootnoteFormatCommandArchive_FootnoteFormat_value = map[string]int32{
	"kFootnoteFormatNumeric":             0,
	"kFootnoteFormatRoman":               1,
	"kFootnoteFormatSymbolic":            2,
	"kFootnoteFormatJapaneseNumeric":     3,
	"kFootnoteFormatJapaneseIdeographic": 4,
}
View Source
var ChangeFootnoteKindCommandArchive_FootnoteKind_name = map[int32]string{
	0: "kFootnoteKindFootnotes",
	1: "kFootnoteKindDocumentEndnotes",
	2: "kFootnoteKindSectionEndnotes",
}
View Source
var ChangeFootnoteKindCommandArchive_FootnoteKind_value = map[string]int32{
	"kFootnoteKindFootnotes":        0,
	"kFootnoteKindDocumentEndnotes": 1,
	"kFootnoteKindSectionEndnotes":  2,
}
View Source
var ChangeFootnoteNumberingCommandArchive_FootnoteNumbering_name = map[int32]string{
	0: "kFootnoteNumberingContinuous",
	1: "kFootnoteNumberingRestartEachPage",
	2: "kFootnoteNumberingRestartEachSection",
}
View Source
var ChangeFootnoteNumberingCommandArchive_FootnoteNumbering_value = map[string]int32{
	"kFootnoteNumberingContinuous":         0,
	"kFootnoteNumberingRestartEachPage":    1,
	"kFootnoteNumberingRestartEachSection": 2,
}
View Source
var ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType_name = map[int32]string{
	0: "kTPHeaderType",
	1: "kTPFooterType",
}
View Source
var ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType_value = map[string]int32{
	"kTPHeaderType": 0,
	"kTPFooterType": 1,
}
View Source
var ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex_name = map[int32]string{
	0: "kTPHeaderLeft",
	1: "kTPHeaderCenter",
	2: "kTPHeaderRight",
}
View Source
var ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex_value = map[string]int32{
	"kTPHeaderLeft":   0,
	"kTPHeaderCenter": 1,
	"kTPHeaderRight":  2,
}
View Source
var ChangeSectionMarginsCommandArchive_SectionMargin_name = map[int32]string{
	0: "kSectionMarginLeft",
	1: "kSectionMarginRight",
	2: "kSectionMarginTop",
	3: "kSectionMarginBottom",
	4: "kSectionMarginHeader",
	5: "kSectionMarginFooter",
}
View Source
var ChangeSectionMarginsCommandArchive_SectionMargin_value = map[string]int32{
	"kSectionMarginLeft":   0,
	"kSectionMarginRight":  1,
	"kSectionMarginTop":    2,
	"kSectionMarginBottom": 3,
	"kSectionMarginHeader": 4,
	"kSectionMarginFooter": 5,
}
View Source
var PageHintArchive_PageKind_name = map[int32]string{
	0: "kPageKindNone",
	1: "kPageKindText",
	2: "kPageKindFiller",
	3: "kPageKindOrphan",
	4: "kPageKindEndnote",
	5: "kPageKindDirty",
	6: "kTPPageKindPageLayout",
}
View Source
var PageHintArchive_PageKind_value = map[string]int32{
	"kPageKindNone":         0,
	"kPageKindText":         1,
	"kPageKindFiller":       2,
	"kPageKindOrphan":       3,
	"kPageKindEndnote":      4,
	"kPageKindDirty":        5,
	"kTPPageKindPageLayout": 6,
}
View Source
var SettingsArchive_FootnoteFormat_name = map[int32]string{
	0: "kFootnoteFormatNumeric",
	1: "kFootnoteFormatRoman",
	2: "kFootnoteFormatSymbolic",
	3: "kFootnoteFormatJapaneseNumeric",
	4: "kFootnoteFormatJapaneseIdeographic",
}
View Source
var SettingsArchive_FootnoteFormat_value = map[string]int32{
	"kFootnoteFormatNumeric":             0,
	"kFootnoteFormatRoman":               1,
	"kFootnoteFormatSymbolic":            2,
	"kFootnoteFormatJapaneseNumeric":     3,
	"kFootnoteFormatJapaneseIdeographic": 4,
}
View Source
var SettingsArchive_FootnoteKind_name = map[int32]string{
	0: "kFootnoteKindFootnotes",
	1: "kFootnoteKindDocumentEndnotes",
	2: "kFootnoteKindSectionEndnotes",
}
View Source
var SettingsArchive_FootnoteKind_value = map[string]int32{
	"kFootnoteKindFootnotes":        0,
	"kFootnoteKindDocumentEndnotes": 1,
	"kFootnoteKindSectionEndnotes":  2,
}
View Source
var SettingsArchive_FootnoteNumbering_name = map[int32]string{
	0: "kFootnoteNumberingContinuous",
	1: "kFootnoteNumberingRestartEachPage",
	2: "kFootnoteNumberingRestartEachSection",
}
View Source
var SettingsArchive_FootnoteNumbering_value = map[string]int32{
	"kFootnoteNumberingContinuous":         0,
	"kFootnoteNumberingRestartEachPage":    1,
	"kFootnoteNumberingRestartEachSection": 2,
}
View Source
var ViewScaleMode_name = map[int32]string{
	0: "ViewScaleMode_UserDefined",
	1: "ViewScaleMode_FitWidth",
	2: "ViewScaleMode_FirPage",
}
View Source
var ViewScaleMode_value = map[string]int32{
	"ViewScaleMode_UserDefined": 0,
	"ViewScaleMode_FitWidth":    1,
	"ViewScaleMode_FirPage":     2,
}

Functions

This section is empty.

Types

type AnchorPosArchive

type AnchorPosArchive struct {
	Attachment       *TSP.Reference `protobuf:"bytes,1,opt,name=attachment" json:"attachment,omitempty"`
	Position         *TSP.Point     `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*AnchorPosArchive) GetAttachment

func (m *AnchorPosArchive) GetAttachment() *TSP.Reference

func (*AnchorPosArchive) GetPosition

func (m *AnchorPosArchive) GetPosition() *TSP.Point

func (*AnchorPosArchive) ProtoMessage

func (*AnchorPosArchive) ProtoMessage()

func (*AnchorPosArchive) Reset

func (m *AnchorPosArchive) Reset()

func (*AnchorPosArchive) String

func (m *AnchorPosArchive) String() string

type CanvasSelectionArchive

type CanvasSelectionArchive struct {
	Type                   *TSWP.SelectionType          `protobuf:"varint,1,req,name=type,enum=TSWP.SelectionType" json:"type,omitempty"`
	Range                  *TSP.Range                   `protobuf:"bytes,2,req,name=range" json:"range,omitempty"`
	StyleInsertionBehavior *TSWP.StyleInsertionBehavior `` /* 128-byte string literal not displayed */
	CaretAffinity          *TSWP.CaretAffinity          `protobuf:"varint,4,req,name=caret_affinity,enum=TSWP.CaretAffinity" json:"caret_affinity,omitempty"`
	Infos                  []*TSP.Reference             `protobuf:"bytes,5,rep,name=infos" json:"infos,omitempty"`
	ExcludedInfos          []*TSP.Reference             `protobuf:"bytes,6,rep,name=excluded_infos" json:"excluded_infos,omitempty"`
	AdditionalInfos        []*TSP.Reference             `protobuf:"bytes,7,rep,name=additional_infos" json:"additional_infos,omitempty"`
	Container              *TSP.Reference               `protobuf:"bytes,8,opt,name=container" json:"container,omitempty"`
	XXX_unrecognized       []byte                       `json:"-"`
}

func (*CanvasSelectionArchive) GetAdditionalInfos

func (m *CanvasSelectionArchive) GetAdditionalInfos() []*TSP.Reference

func (*CanvasSelectionArchive) GetCaretAffinity

func (m *CanvasSelectionArchive) GetCaretAffinity() TSWP.CaretAffinity

func (*CanvasSelectionArchive) GetContainer

func (m *CanvasSelectionArchive) GetContainer() *TSP.Reference

func (*CanvasSelectionArchive) GetExcludedInfos

func (m *CanvasSelectionArchive) GetExcludedInfos() []*TSP.Reference

func (*CanvasSelectionArchive) GetInfos

func (m *CanvasSelectionArchive) GetInfos() []*TSP.Reference

func (*CanvasSelectionArchive) GetRange

func (m *CanvasSelectionArchive) GetRange() *TSP.Range

func (*CanvasSelectionArchive) GetStyleInsertionBehavior

func (m *CanvasSelectionArchive) GetStyleInsertionBehavior() TSWP.StyleInsertionBehavior

func (*CanvasSelectionArchive) GetType

func (*CanvasSelectionArchive) ProtoMessage

func (*CanvasSelectionArchive) ProtoMessage()

func (*CanvasSelectionArchive) Reset

func (m *CanvasSelectionArchive) Reset()

func (*CanvasSelectionArchive) String

func (m *CanvasSelectionArchive) String() string

type ChangeCTVisibilityCommandArchive

type ChangeCTVisibilityCommandArchive struct {
	Super                  *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	MarkupVisible          *bool               `protobuf:"varint,2,opt,name=markup_visible" json:"markup_visible,omitempty"`
	DeletionsVisible       *bool               `protobuf:"varint,3,opt,name=deletions_visible" json:"deletions_visible,omitempty"`
	SelectionRangeLocation *uint32             `protobuf:"varint,4,opt,name=selection_range_location" json:"selection_range_location,omitempty"`
	SelectionRangeLength   *uint32             `protobuf:"varint,5,opt,name=selection_range_length" json:"selection_range_length,omitempty"`
	XXX_unrecognized       []byte              `json:"-"`
}

func (*ChangeCTVisibilityCommandArchive) GetDeletionsVisible

func (m *ChangeCTVisibilityCommandArchive) GetDeletionsVisible() bool

func (*ChangeCTVisibilityCommandArchive) GetMarkupVisible

func (m *ChangeCTVisibilityCommandArchive) GetMarkupVisible() bool

func (*ChangeCTVisibilityCommandArchive) GetSelectionRangeLength

func (m *ChangeCTVisibilityCommandArchive) GetSelectionRangeLength() uint32

func (*ChangeCTVisibilityCommandArchive) GetSelectionRangeLocation

func (m *ChangeCTVisibilityCommandArchive) GetSelectionRangeLocation() uint32

func (*ChangeCTVisibilityCommandArchive) GetSuper

func (*ChangeCTVisibilityCommandArchive) ProtoMessage

func (*ChangeCTVisibilityCommandArchive) ProtoMessage()

func (*ChangeCTVisibilityCommandArchive) Reset

func (*ChangeCTVisibilityCommandArchive) String

type ChangeDocumentPrinterOptionsCommandArchive

type ChangeDocumentPrinterOptionsCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	OBSOLETESection  *TSP.Reference      `protobuf:"bytes,2,opt,name=OBSOLETE_section" json:"OBSOLETE_section,omitempty"`
	PaperWidth       *float32            `protobuf:"fixed32,3,opt,name=paper_width" json:"paper_width,omitempty"`
	PaperHeight      *float32            `protobuf:"fixed32,4,opt,name=paper_height" json:"paper_height,omitempty"`
	PageScale        *float32            `protobuf:"fixed32,5,opt,name=page_scale" json:"page_scale,omitempty"`
	Orientation      *uint32             `protobuf:"varint,6,opt,name=orientation" json:"orientation,omitempty"`
	PrinterId        *string             `protobuf:"bytes,7,opt,name=printer_id" json:"printer_id,omitempty"`
	PaperId          *string             `protobuf:"bytes,8,opt,name=paper_id" json:"paper_id,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*ChangeDocumentPrinterOptionsCommandArchive) GetOBSOLETESection

func (m *ChangeDocumentPrinterOptionsCommandArchive) GetOBSOLETESection() *TSP.Reference

func (*ChangeDocumentPrinterOptionsCommandArchive) GetOrientation

func (*ChangeDocumentPrinterOptionsCommandArchive) GetPageScale

func (*ChangeDocumentPrinterOptionsCommandArchive) GetPaperHeight

func (*ChangeDocumentPrinterOptionsCommandArchive) GetPaperId

func (*ChangeDocumentPrinterOptionsCommandArchive) GetPaperWidth

func (*ChangeDocumentPrinterOptionsCommandArchive) GetPrinterId

func (*ChangeDocumentPrinterOptionsCommandArchive) GetSuper

func (*ChangeDocumentPrinterOptionsCommandArchive) ProtoMessage

func (*ChangeDocumentPrinterOptionsCommandArchive) Reset

func (*ChangeDocumentPrinterOptionsCommandArchive) String

type ChangeFootnoteFormatCommandArchive

type ChangeFootnoteFormatCommandArchive struct {
	Super            *TSK.CommandArchive                                `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Format           *ChangeFootnoteFormatCommandArchive_FootnoteFormat `protobuf:"varint,2,opt,name=format,enum=TP.ChangeFootnoteFormatCommandArchive_FootnoteFormat" json:"format,omitempty"`
	XXX_unrecognized []byte                                             `json:"-"`
}

func (*ChangeFootnoteFormatCommandArchive) GetFormat

func (*ChangeFootnoteFormatCommandArchive) GetSuper

func (*ChangeFootnoteFormatCommandArchive) ProtoMessage

func (*ChangeFootnoteFormatCommandArchive) ProtoMessage()

func (*ChangeFootnoteFormatCommandArchive) Reset

func (*ChangeFootnoteFormatCommandArchive) String

type ChangeFootnoteFormatCommandArchive_FootnoteFormat

type ChangeFootnoteFormatCommandArchive_FootnoteFormat int32
const (
	ChangeFootnoteFormatCommandArchive_kFootnoteFormatNumeric             ChangeFootnoteFormatCommandArchive_FootnoteFormat = 0
	ChangeFootnoteFormatCommandArchive_kFootnoteFormatRoman               ChangeFootnoteFormatCommandArchive_FootnoteFormat = 1
	ChangeFootnoteFormatCommandArchive_kFootnoteFormatSymbolic            ChangeFootnoteFormatCommandArchive_FootnoteFormat = 2
	ChangeFootnoteFormatCommandArchive_kFootnoteFormatJapaneseNumeric     ChangeFootnoteFormatCommandArchive_FootnoteFormat = 3
	ChangeFootnoteFormatCommandArchive_kFootnoteFormatJapaneseIdeographic ChangeFootnoteFormatCommandArchive_FootnoteFormat = 4
)

func (ChangeFootnoteFormatCommandArchive_FootnoteFormat) Enum

func (ChangeFootnoteFormatCommandArchive_FootnoteFormat) String

func (*ChangeFootnoteFormatCommandArchive_FootnoteFormat) UnmarshalJSON

type ChangeFootnoteKindCommandArchive

type ChangeFootnoteKindCommandArchive struct {
	Super            *TSK.CommandArchive                            `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Kind             *ChangeFootnoteKindCommandArchive_FootnoteKind `protobuf:"varint,2,opt,name=kind,enum=TP.ChangeFootnoteKindCommandArchive_FootnoteKind" json:"kind,omitempty"`
	UndoTransaction  *TSWP.UndoTransaction                          `protobuf:"bytes,3,opt,name=undo_transaction" json:"undo_transaction,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*ChangeFootnoteKindCommandArchive) GetKind

func (*ChangeFootnoteKindCommandArchive) GetSuper

func (*ChangeFootnoteKindCommandArchive) GetUndoTransaction

func (m *ChangeFootnoteKindCommandArchive) GetUndoTransaction() *TSWP.UndoTransaction

func (*ChangeFootnoteKindCommandArchive) ProtoMessage

func (*ChangeFootnoteKindCommandArchive) ProtoMessage()

func (*ChangeFootnoteKindCommandArchive) Reset

func (*ChangeFootnoteKindCommandArchive) String

type ChangeFootnoteKindCommandArchive_FootnoteKind

type ChangeFootnoteKindCommandArchive_FootnoteKind int32
const (
	ChangeFootnoteKindCommandArchive_kFootnoteKindFootnotes        ChangeFootnoteKindCommandArchive_FootnoteKind = 0
	ChangeFootnoteKindCommandArchive_kFootnoteKindDocumentEndnotes ChangeFootnoteKindCommandArchive_FootnoteKind = 1
	ChangeFootnoteKindCommandArchive_kFootnoteKindSectionEndnotes  ChangeFootnoteKindCommandArchive_FootnoteKind = 2
)

func (ChangeFootnoteKindCommandArchive_FootnoteKind) Enum

func (ChangeFootnoteKindCommandArchive_FootnoteKind) String

func (*ChangeFootnoteKindCommandArchive_FootnoteKind) UnmarshalJSON

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

type ChangeFootnoteNumberingCommandArchive

type ChangeFootnoteNumberingCommandArchive struct {
	Super            *TSK.CommandArchive                                      `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Numbering        *ChangeFootnoteNumberingCommandArchive_FootnoteNumbering `` /* 129-byte string literal not displayed */
	XXX_unrecognized []byte                                                   `json:"-"`
}

func (*ChangeFootnoteNumberingCommandArchive) GetNumbering

func (*ChangeFootnoteNumberingCommandArchive) GetSuper

func (*ChangeFootnoteNumberingCommandArchive) ProtoMessage

func (*ChangeFootnoteNumberingCommandArchive) ProtoMessage()

func (*ChangeFootnoteNumberingCommandArchive) Reset

func (*ChangeFootnoteNumberingCommandArchive) String

type ChangeFootnoteNumberingCommandArchive_FootnoteNumbering

type ChangeFootnoteNumberingCommandArchive_FootnoteNumbering int32
const (
	ChangeFootnoteNumberingCommandArchive_kFootnoteNumberingContinuous         ChangeFootnoteNumberingCommandArchive_FootnoteNumbering = 0
	ChangeFootnoteNumberingCommandArchive_kFootnoteNumberingRestartEachPage    ChangeFootnoteNumberingCommandArchive_FootnoteNumbering = 1
	ChangeFootnoteNumberingCommandArchive_kFootnoteNumberingRestartEachSection ChangeFootnoteNumberingCommandArchive_FootnoteNumbering = 2
)

func (ChangeFootnoteNumberingCommandArchive_FootnoteNumbering) Enum

func (ChangeFootnoteNumberingCommandArchive_FootnoteNumbering) String

func (*ChangeFootnoteNumberingCommandArchive_FootnoteNumbering) UnmarshalJSON

type ChangeFootnoteSpacingCommandArchive

type ChangeFootnoteSpacingCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	FootnoteSpacing  *int32              `protobuf:"varint,2,opt,name=footnote_spacing" json:"footnote_spacing,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*ChangeFootnoteSpacingCommandArchive) GetFootnoteSpacing

func (m *ChangeFootnoteSpacingCommandArchive) GetFootnoteSpacing() int32

func (*ChangeFootnoteSpacingCommandArchive) GetSuper

func (*ChangeFootnoteSpacingCommandArchive) ProtoMessage

func (*ChangeFootnoteSpacingCommandArchive) ProtoMessage()

func (*ChangeFootnoteSpacingCommandArchive) Reset

func (*ChangeFootnoteSpacingCommandArchive) String

type ChangeHeaderFooterVisibilityCommandArchive

type ChangeHeaderFooterVisibilityCommandArchive struct {
	Super            *TSK.CommandArchive                                               `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Visible          *bool                                                             `protobuf:"varint,2,opt,name=visible" json:"visible,omitempty"`
	Type             *ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType    `protobuf:"varint,3,opt,name=type,enum=TP.ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType" json:"type,omitempty"`
	IndexToSelect    *ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex `` /* 150-byte string literal not displayed */
	Storages         []*TSP.Reference                                                  `protobuf:"bytes,5,rep,name=storages" json:"storages,omitempty"`
	XXX_unrecognized []byte                                                            `json:"-"`
}

func (*ChangeHeaderFooterVisibilityCommandArchive) GetIndexToSelect

func (*ChangeHeaderFooterVisibilityCommandArchive) GetStorages

func (*ChangeHeaderFooterVisibilityCommandArchive) GetSuper

func (*ChangeHeaderFooterVisibilityCommandArchive) GetType

func (*ChangeHeaderFooterVisibilityCommandArchive) GetVisible

func (*ChangeHeaderFooterVisibilityCommandArchive) ProtoMessage

func (*ChangeHeaderFooterVisibilityCommandArchive) Reset

func (*ChangeHeaderFooterVisibilityCommandArchive) String

type ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType

type ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType int32
const (
	ChangeHeaderFooterVisibilityCommandArchive_kTPHeaderType ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType = 0
	ChangeHeaderFooterVisibilityCommandArchive_kTPFooterType ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType = 1
)

func (ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType) Enum

func (ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType) String

func (*ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFooterType) UnmarshalJSON

type ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex

type ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex int32
const (
	ChangeHeaderFooterVisibilityCommandArchive_kTPHeaderLeft   ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex = 0
	ChangeHeaderFooterVisibilityCommandArchive_kTPHeaderCenter ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex = 1
	ChangeHeaderFooterVisibilityCommandArchive_kTPHeaderRight  ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex = 2
)

func (ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex) Enum

func (ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex) String

func (*ChangeHeaderFooterVisibilityCommandArchive_TPHeaderFragmentIndex) UnmarshalJSON

type ChangeSectionMarginsCommandArchive

type ChangeSectionMarginsCommandArchive struct {
	Super            *TSK.CommandArchive                               `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Section          *TSP.Reference                                    `protobuf:"bytes,2,opt,name=section" json:"section,omitempty"`
	Margin           *ChangeSectionMarginsCommandArchive_SectionMargin `protobuf:"varint,3,opt,name=margin,enum=TP.ChangeSectionMarginsCommandArchive_SectionMargin" json:"margin,omitempty"`
	MarginValue      *float32                                          `protobuf:"fixed32,4,opt,name=margin_value" json:"margin_value,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*ChangeSectionMarginsCommandArchive) GetMargin

func (*ChangeSectionMarginsCommandArchive) GetMarginValue

func (m *ChangeSectionMarginsCommandArchive) GetMarginValue() float32

func (*ChangeSectionMarginsCommandArchive) GetSection

func (*ChangeSectionMarginsCommandArchive) GetSuper

func (*ChangeSectionMarginsCommandArchive) ProtoMessage

func (*ChangeSectionMarginsCommandArchive) ProtoMessage()

func (*ChangeSectionMarginsCommandArchive) Reset

func (*ChangeSectionMarginsCommandArchive) String

type ChangeSectionMarginsCommandArchive_SectionMargin

type ChangeSectionMarginsCommandArchive_SectionMargin int32
const (
	ChangeSectionMarginsCommandArchive_kSectionMarginLeft   ChangeSectionMarginsCommandArchive_SectionMargin = 0
	ChangeSectionMarginsCommandArchive_kSectionMarginRight  ChangeSectionMarginsCommandArchive_SectionMargin = 1
	ChangeSectionMarginsCommandArchive_kSectionMarginTop    ChangeSectionMarginsCommandArchive_SectionMargin = 2
	ChangeSectionMarginsCommandArchive_kSectionMarginBottom ChangeSectionMarginsCommandArchive_SectionMargin = 3
	ChangeSectionMarginsCommandArchive_kSectionMarginHeader ChangeSectionMarginsCommandArchive_SectionMargin = 4
	ChangeSectionMarginsCommandArchive_kSectionMarginFooter ChangeSectionMarginsCommandArchive_SectionMargin = 5
)

func (ChangeSectionMarginsCommandArchive_SectionMargin) Enum

func (ChangeSectionMarginsCommandArchive_SectionMargin) String

func (*ChangeSectionMarginsCommandArchive_SectionMargin) UnmarshalJSON

type ChangeSectionPropertyCommandArchive

type ChangeSectionPropertyCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	SectionIndex     *uint32             `protobuf:"varint,2,opt,name=section_index" json:"section_index,omitempty"`
	SectionProperty  *string             `protobuf:"bytes,3,opt,name=section_property" json:"section_property,omitempty"`
	SectionValueBool *bool               `protobuf:"varint,4,opt,name=section_value_bool" json:"section_value_bool,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*ChangeSectionPropertyCommandArchive) GetSectionIndex

func (m *ChangeSectionPropertyCommandArchive) GetSectionIndex() uint32

func (*ChangeSectionPropertyCommandArchive) GetSectionProperty

func (m *ChangeSectionPropertyCommandArchive) GetSectionProperty() string

func (*ChangeSectionPropertyCommandArchive) GetSectionValueBool

func (m *ChangeSectionPropertyCommandArchive) GetSectionValueBool() bool

func (*ChangeSectionPropertyCommandArchive) GetSuper

func (*ChangeSectionPropertyCommandArchive) ProtoMessage

func (*ChangeSectionPropertyCommandArchive) ProtoMessage()

func (*ChangeSectionPropertyCommandArchive) Reset

func (*ChangeSectionPropertyCommandArchive) String

type DeleteSectionCommandArchive

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

func (*DeleteSectionCommandArchive) GetSuper

func (*DeleteSectionCommandArchive) ProtoMessage

func (*DeleteSectionCommandArchive) ProtoMessage()

func (*DeleteSectionCommandArchive) Reset

func (m *DeleteSectionCommandArchive) Reset()

func (*DeleteSectionCommandArchive) String

func (m *DeleteSectionCommandArchive) String() string

type DocumentArchive

type DocumentArchive struct {
	Super                  *TSA.DocumentArchive `protobuf:"bytes,15,req,name=super" json:"super,omitempty"`
	Stylesheet             *TSP.Reference       `protobuf:"bytes,2,opt,name=stylesheet" json:"stylesheet,omitempty"`
	FloatingDrawables      *TSP.Reference       `protobuf:"bytes,3,opt,name=floating_drawables" json:"floating_drawables,omitempty"`
	BodyStorage            *TSP.Reference       `protobuf:"bytes,4,opt,name=body_storage" json:"body_storage,omitempty"`
	Section                *TSP.Reference       `protobuf:"bytes,5,opt,name=section" json:"section,omitempty"`
	Theme                  *TSP.Reference       `protobuf:"bytes,6,opt,name=theme" json:"theme,omitempty"`
	Settings               *TSP.Reference       `protobuf:"bytes,7,opt,name=settings" json:"settings,omitempty"`
	DeprecatedLayoutState  *TSP.Reference       `protobuf:"bytes,11,opt,name=deprecated_layout_state" json:"deprecated_layout_state,omitempty"`
	DeprecatedViewState    *TSP.Reference       `protobuf:"bytes,12,opt,name=deprecated_view_state" json:"deprecated_view_state,omitempty"`
	CitationRecords        []*TSP.Reference     `protobuf:"bytes,13,rep,name=citation_records" json:"citation_records,omitempty"`
	TocStyles              []*TSP.Reference     `protobuf:"bytes,14,rep,name=toc_styles" json:"toc_styles,omitempty"`
	ChangeSessions         []*TSP.Reference     `protobuf:"bytes,16,rep,name=change_sessions" json:"change_sessions,omitempty"`
	DrawablesZorder        *TSP.Reference       `protobuf:"bytes,20,opt,name=drawables_zorder" json:"drawables_zorder,omitempty"`
	UsesSingleHeaderFooter *bool                `protobuf:"varint,21,opt,name=uses_single_header_footer" json:"uses_single_header_footer,omitempty"`
	PageWidth              *float32             `protobuf:"fixed32,30,opt,name=page_width" json:"page_width,omitempty"`
	PageHeight             *float32             `protobuf:"fixed32,31,opt,name=page_height" json:"page_height,omitempty"`
	LeftMargin             *float32             `protobuf:"fixed32,32,opt,name=left_margin" json:"left_margin,omitempty"`
	RightMargin            *float32             `protobuf:"fixed32,33,opt,name=right_margin" json:"right_margin,omitempty"`
	TopMargin              *float32             `protobuf:"fixed32,34,opt,name=top_margin" json:"top_margin,omitempty"`
	BottomMargin           *float32             `protobuf:"fixed32,35,opt,name=bottom_margin" json:"bottom_margin,omitempty"`
	HeaderMargin           *float32             `protobuf:"fixed32,36,opt,name=header_margin" json:"header_margin,omitempty"`
	FooterMargin           *float32             `protobuf:"fixed32,37,opt,name=footer_margin" json:"footer_margin,omitempty"`
	PageScale              *float32             `protobuf:"fixed32,38,opt,name=page_scale" json:"page_scale,omitempty"`
	LayoutBodyVertically   *bool                `protobuf:"varint,39,opt,name=layout_body_vertically" json:"layout_body_vertically,omitempty"`
	ChangeTrackingEnabled  *bool                `protobuf:"varint,40,opt,name=change_tracking_enabled" json:"change_tracking_enabled,omitempty"`
	TablesCustomFormatList *TSP.Reference       `protobuf:"bytes,41,opt,name=tables_custom_format_list" json:"tables_custom_format_list,omitempty"`
	Orientation            *uint32              `protobuf:"varint,42,opt,name=orientation,def=0" json:"orientation,omitempty"`
	PrinterId              *string              `protobuf:"bytes,43,opt,name=printer_id" json:"printer_id,omitempty"`
	PaperId                *string              `protobuf:"bytes,44,opt,name=paper_id" json:"paper_id,omitempty"`
	ChangeTrackingPaused   *bool                `protobuf:"varint,45,opt,name=change_tracking_paused" json:"change_tracking_paused,omitempty"`
	XXX_unrecognized       []byte               `json:"-"`
}

func (*DocumentArchive) GetBodyStorage

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

func (*DocumentArchive) GetBottomMargin

func (m *DocumentArchive) GetBottomMargin() float32

func (*DocumentArchive) GetChangeSessions

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

func (*DocumentArchive) GetChangeTrackingEnabled

func (m *DocumentArchive) GetChangeTrackingEnabled() bool

func (*DocumentArchive) GetChangeTrackingPaused

func (m *DocumentArchive) GetChangeTrackingPaused() bool

func (*DocumentArchive) GetCitationRecords

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

func (*DocumentArchive) GetDeprecatedLayoutState

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

func (*DocumentArchive) GetDeprecatedViewState

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

func (*DocumentArchive) GetDrawablesZorder

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

func (*DocumentArchive) GetFloatingDrawables

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

func (*DocumentArchive) GetFooterMargin

func (m *DocumentArchive) GetFooterMargin() float32

func (*DocumentArchive) GetHeaderMargin

func (m *DocumentArchive) GetHeaderMargin() float32

func (*DocumentArchive) GetLayoutBodyVertically

func (m *DocumentArchive) GetLayoutBodyVertically() bool

func (*DocumentArchive) GetLeftMargin

func (m *DocumentArchive) GetLeftMargin() float32

func (*DocumentArchive) GetOrientation

func (m *DocumentArchive) GetOrientation() uint32

func (*DocumentArchive) GetPageHeight

func (m *DocumentArchive) GetPageHeight() float32

func (*DocumentArchive) GetPageScale

func (m *DocumentArchive) GetPageScale() float32

func (*DocumentArchive) GetPageWidth

func (m *DocumentArchive) GetPageWidth() float32

func (*DocumentArchive) GetPaperId

func (m *DocumentArchive) GetPaperId() string

func (*DocumentArchive) GetPrinterId

func (m *DocumentArchive) GetPrinterId() string

func (*DocumentArchive) GetRightMargin

func (m *DocumentArchive) GetRightMargin() float32

func (*DocumentArchive) GetSection

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

func (*DocumentArchive) GetSettings

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

func (*DocumentArchive) GetStylesheet

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

func (*DocumentArchive) GetSuper

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

func (*DocumentArchive) GetTablesCustomFormatList

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

func (*DocumentArchive) GetTheme

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

func (*DocumentArchive) GetTocStyles

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

func (*DocumentArchive) GetTopMargin

func (m *DocumentArchive) GetTopMargin() float32

func (*DocumentArchive) GetUsesSingleHeaderFooter

func (m *DocumentArchive) GetUsesSingleHeaderFooter() bool

func (*DocumentArchive) ProtoMessage

func (*DocumentArchive) ProtoMessage()

func (*DocumentArchive) Reset

func (m *DocumentArchive) Reset()

func (*DocumentArchive) String

func (m *DocumentArchive) String() string

type DocumentHasBodyCommandArchive

type DocumentHasBodyCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	HasBody          *bool               `protobuf:"varint,2,opt,name=has_body" json:"has_body,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*DocumentHasBodyCommandArchive) GetHasBody

func (m *DocumentHasBodyCommandArchive) GetHasBody() bool

func (*DocumentHasBodyCommandArchive) GetSuper

func (*DocumentHasBodyCommandArchive) ProtoMessage

func (*DocumentHasBodyCommandArchive) ProtoMessage()

func (*DocumentHasBodyCommandArchive) Reset

func (m *DocumentHasBodyCommandArchive) Reset()

func (*DocumentHasBodyCommandArchive) String

type DocumentHyphenationCommandArchive

type DocumentHyphenationCommandArchive struct {
	Super             *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	HyphenateDocument *bool               `protobuf:"varint,2,opt,name=hyphenate_document" json:"hyphenate_document,omitempty"`
	XXX_unrecognized  []byte              `json:"-"`
}

func (*DocumentHyphenationCommandArchive) GetHyphenateDocument

func (m *DocumentHyphenationCommandArchive) GetHyphenateDocument() bool

func (*DocumentHyphenationCommandArchive) GetSuper

func (*DocumentHyphenationCommandArchive) ProtoMessage

func (*DocumentHyphenationCommandArchive) ProtoMessage()

func (*DocumentHyphenationCommandArchive) Reset

func (*DocumentHyphenationCommandArchive) String

type DocumentLigaturesCommandArchive

type DocumentLigaturesCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	UseLigatures     *bool               `protobuf:"varint,2,opt,name=use_ligatures" json:"use_ligatures,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*DocumentLigaturesCommandArchive) GetSuper

func (*DocumentLigaturesCommandArchive) GetUseLigatures

func (m *DocumentLigaturesCommandArchive) GetUseLigatures() bool

func (*DocumentLigaturesCommandArchive) ProtoMessage

func (*DocumentLigaturesCommandArchive) ProtoMessage()

func (*DocumentLigaturesCommandArchive) Reset

func (*DocumentLigaturesCommandArchive) String

type DrawablesZOrderArchive

type DrawablesZOrderArchive struct {
	Drawables        []*TSP.Reference `protobuf:"bytes,1,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*DrawablesZOrderArchive) GetDrawables

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

func (*DrawablesZOrderArchive) ProtoMessage

func (*DrawablesZOrderArchive) ProtoMessage()

func (*DrawablesZOrderArchive) Reset

func (m *DrawablesZOrderArchive) Reset()

func (*DrawablesZOrderArchive) String

func (m *DrawablesZOrderArchive) String() string

type FloatingDrawablesArchive

type FloatingDrawablesArchive struct {
	PageGroups       []*FloatingDrawablesArchive_PageGroup `protobuf:"bytes,1,rep,name=page_groups" json:"page_groups,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*FloatingDrawablesArchive) GetPageGroups

func (*FloatingDrawablesArchive) ProtoMessage

func (*FloatingDrawablesArchive) ProtoMessage()

func (*FloatingDrawablesArchive) Reset

func (m *FloatingDrawablesArchive) Reset()

func (*FloatingDrawablesArchive) String

func (m *FloatingDrawablesArchive) String() string

type FloatingDrawablesArchive_DrawableEntry

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

func (*FloatingDrawablesArchive_DrawableEntry) GetDrawable

func (*FloatingDrawablesArchive_DrawableEntry) ProtoMessage

func (*FloatingDrawablesArchive_DrawableEntry) Reset

func (*FloatingDrawablesArchive_DrawableEntry) String

type FloatingDrawablesArchive_PageGroup

type FloatingDrawablesArchive_PageGroup struct {
	PageIndex           *uint32                                   `protobuf:"varint,1,req,name=page_index" json:"page_index,omitempty"`
	BackgroundDrawables []*FloatingDrawablesArchive_DrawableEntry `protobuf:"bytes,2,rep,name=background_drawables" json:"background_drawables,omitempty"`
	ForegroundDrawables []*FloatingDrawablesArchive_DrawableEntry `protobuf:"bytes,3,rep,name=foreground_drawables" json:"foreground_drawables,omitempty"`
	Drawables           []*FloatingDrawablesArchive_DrawableEntry `protobuf:"bytes,4,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized    []byte                                    `json:"-"`
}

func (*FloatingDrawablesArchive_PageGroup) GetBackgroundDrawables

func (*FloatingDrawablesArchive_PageGroup) GetDrawables

func (*FloatingDrawablesArchive_PageGroup) GetForegroundDrawables

func (*FloatingDrawablesArchive_PageGroup) GetPageIndex

func (m *FloatingDrawablesArchive_PageGroup) GetPageIndex() uint32

func (*FloatingDrawablesArchive_PageGroup) ProtoMessage

func (*FloatingDrawablesArchive_PageGroup) ProtoMessage()

func (*FloatingDrawablesArchive_PageGroup) Reset

func (*FloatingDrawablesArchive_PageGroup) String

type InsertDrawablesCommandArchive

type InsertDrawablesCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	PageIndex        *uint32             `protobuf:"varint,2,opt,name=page_index" json:"page_index,omitempty"`
	ZOrder           *uint32             `protobuf:"varint,3,opt,name=z_order" json:"z_order,omitempty"`
	Drawables        []*TSP.Reference    `protobuf:"bytes,4,rep,name=drawables" json:"drawables,omitempty"`
	ForPaste         *bool               `protobuf:"varint,5,opt,name=forPaste" json:"forPaste,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*InsertDrawablesCommandArchive) GetDrawables

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

func (*InsertDrawablesCommandArchive) GetForPaste

func (m *InsertDrawablesCommandArchive) GetForPaste() bool

func (*InsertDrawablesCommandArchive) GetPageIndex

func (m *InsertDrawablesCommandArchive) GetPageIndex() uint32

func (*InsertDrawablesCommandArchive) GetSuper

func (*InsertDrawablesCommandArchive) GetZOrder

func (m *InsertDrawablesCommandArchive) GetZOrder() uint32

func (*InsertDrawablesCommandArchive) ProtoMessage

func (*InsertDrawablesCommandArchive) ProtoMessage()

func (*InsertDrawablesCommandArchive) Reset

func (m *InsertDrawablesCommandArchive) Reset()

func (*InsertDrawablesCommandArchive) String

type InsertFootnoteCommandArchive

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

func (*InsertFootnoteCommandArchive) GetSuper

func (*InsertFootnoteCommandArchive) ProtoMessage

func (*InsertFootnoteCommandArchive) ProtoMessage()

func (*InsertFootnoteCommandArchive) Reset

func (m *InsertFootnoteCommandArchive) Reset()

func (*InsertFootnoteCommandArchive) String

type InsertMasterDrawablesCommandArchive

type InsertMasterDrawablesCommandArchive struct {
	Super                  *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	OBSOLETESection        *TSP.Reference      `protobuf:"bytes,2,opt,name=OBSOLETE_section" json:"OBSOLETE_section,omitempty"`
	MasterDrawables        []*TSP.Reference    `protobuf:"bytes,3,rep,name=master_drawables" json:"master_drawables,omitempty"`
	DrawableIndex          *uint32             `protobuf:"varint,4,opt,name=drawable_index" json:"drawable_index,omitempty"`
	MasterDrawableProvider *TSP.Reference      `protobuf:"bytes,5,opt,name=master_drawable_provider" json:"master_drawable_provider,omitempty"`
	XXX_unrecognized       []byte              `json:"-"`
}

func (*InsertMasterDrawablesCommandArchive) GetDrawableIndex

func (m *InsertMasterDrawablesCommandArchive) GetDrawableIndex() uint32

func (*InsertMasterDrawablesCommandArchive) GetMasterDrawableProvider

func (m *InsertMasterDrawablesCommandArchive) GetMasterDrawableProvider() *TSP.Reference

func (*InsertMasterDrawablesCommandArchive) GetMasterDrawables

func (m *InsertMasterDrawablesCommandArchive) GetMasterDrawables() []*TSP.Reference

func (*InsertMasterDrawablesCommandArchive) GetOBSOLETESection

func (m *InsertMasterDrawablesCommandArchive) GetOBSOLETESection() *TSP.Reference

func (*InsertMasterDrawablesCommandArchive) GetSuper

func (*InsertMasterDrawablesCommandArchive) ProtoMessage

func (*InsertMasterDrawablesCommandArchive) ProtoMessage()

func (*InsertMasterDrawablesCommandArchive) Reset

func (*InsertMasterDrawablesCommandArchive) String

type InsertSectionBreakCommandArchive

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

func (*InsertSectionBreakCommandArchive) GetSuper

func (*InsertSectionBreakCommandArchive) ProtoMessage

func (*InsertSectionBreakCommandArchive) ProtoMessage()

func (*InsertSectionBreakCommandArchive) Reset

func (*InsertSectionBreakCommandArchive) String

type LayoutStateArchive

type LayoutStateArchive struct {
	SectionIndex      *uint32               `protobuf:"varint,1,opt,name=section_index" json:"section_index,omitempty"`
	SectionPageIndex  *uint32               `protobuf:"varint,2,opt,name=section_page_index" json:"section_page_index,omitempty"`
	DocumentPageIndex *uint32               `protobuf:"varint,3,opt,name=document_page_index" json:"document_page_index,omitempty"`
	LastPageCount     *uint32               `protobuf:"varint,4,opt,name=last_page_count" json:"last_page_count,omitempty"`
	SectionHints      []*SectionHintArchive `protobuf:"bytes,5,rep,name=section_hints" json:"section_hints,omitempty"`
	XXX_unrecognized  []byte                `json:"-"`
}

func (*LayoutStateArchive) GetDocumentPageIndex

func (m *LayoutStateArchive) GetDocumentPageIndex() uint32

func (*LayoutStateArchive) GetLastPageCount

func (m *LayoutStateArchive) GetLastPageCount() uint32

func (*LayoutStateArchive) GetSectionHints

func (m *LayoutStateArchive) GetSectionHints() []*SectionHintArchive

func (*LayoutStateArchive) GetSectionIndex

func (m *LayoutStateArchive) GetSectionIndex() uint32

func (*LayoutStateArchive) GetSectionPageIndex

func (m *LayoutStateArchive) GetSectionPageIndex() uint32

func (*LayoutStateArchive) ProtoMessage

func (*LayoutStateArchive) ProtoMessage()

func (*LayoutStateArchive) Reset

func (m *LayoutStateArchive) Reset()

func (*LayoutStateArchive) String

func (m *LayoutStateArchive) String() string

type MoveAnchoredDrawableInlineCommandArchive

type MoveAnchoredDrawableInlineCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Drawable         *TSP.Reference      `protobuf:"bytes,2,opt,name=drawable" json:"drawable,omitempty"`
	IsHtmlWrap       *bool               `protobuf:"varint,3,opt,name=is_html_wrap" json:"is_html_wrap,omitempty"`
	Type             *uint32             `protobuf:"varint,4,opt,name=type" json:"type,omitempty"`
	Direction        *uint32             `protobuf:"varint,5,opt,name=direction" json:"direction,omitempty"`
	FitType          *uint32             `protobuf:"varint,6,opt,name=fit_type" json:"fit_type,omitempty"`
	Margin           *float32            `protobuf:"fixed32,7,opt,name=margin" json:"margin,omitempty"`
	AlphaThreshold   *float32            `protobuf:"fixed32,8,opt,name=alpha_threshold" json:"alpha_threshold,omitempty"`
	ZOrder           *uint32             `protobuf:"varint,9,opt,name=z_order" json:"z_order,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*MoveAnchoredDrawableInlineCommandArchive) GetAlphaThreshold

func (m *MoveAnchoredDrawableInlineCommandArchive) GetAlphaThreshold() float32

func (*MoveAnchoredDrawableInlineCommandArchive) GetDirection

func (*MoveAnchoredDrawableInlineCommandArchive) GetDrawable

func (*MoveAnchoredDrawableInlineCommandArchive) GetFitType

func (*MoveAnchoredDrawableInlineCommandArchive) GetIsHtmlWrap

func (*MoveAnchoredDrawableInlineCommandArchive) GetMargin

func (*MoveAnchoredDrawableInlineCommandArchive) GetSuper

func (*MoveAnchoredDrawableInlineCommandArchive) GetType

func (*MoveAnchoredDrawableInlineCommandArchive) GetZOrder

func (*MoveAnchoredDrawableInlineCommandArchive) ProtoMessage

func (*MoveAnchoredDrawableInlineCommandArchive) Reset

func (*MoveAnchoredDrawableInlineCommandArchive) String

type MoveDrawablesAttachedCommandArchive

type MoveDrawablesAttachedCommandArchive struct {
	Super            *TSK.CommandArchive                                 `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	UndoTransaction  *TSWP.UndoTransaction                               `protobuf:"bytes,2,opt,name=undo_transaction" json:"undo_transaction,omitempty"`
	FloatingUndo     []*MoveDrawablesAttachedCommandArchive_FloatingUndo `protobuf:"bytes,3,rep,name=floating_undo" json:"floating_undo,omitempty"`
	Select           *bool                                               `protobuf:"varint,4,opt,name=select" json:"select,omitempty"`
	MakeInline       *bool                                               `protobuf:"varint,5,opt,name=make_inline" json:"make_inline,omitempty"`
	XXX_unrecognized []byte                                              `json:"-"`
}

func (*MoveDrawablesAttachedCommandArchive) GetFloatingUndo

func (*MoveDrawablesAttachedCommandArchive) GetMakeInline

func (m *MoveDrawablesAttachedCommandArchive) GetMakeInline() bool

func (*MoveDrawablesAttachedCommandArchive) GetSelect

func (*MoveDrawablesAttachedCommandArchive) GetSuper

func (*MoveDrawablesAttachedCommandArchive) GetUndoTransaction

func (m *MoveDrawablesAttachedCommandArchive) GetUndoTransaction() *TSWP.UndoTransaction

func (*MoveDrawablesAttachedCommandArchive) ProtoMessage

func (*MoveDrawablesAttachedCommandArchive) ProtoMessage()

func (*MoveDrawablesAttachedCommandArchive) Reset

func (*MoveDrawablesAttachedCommandArchive) String

type MoveDrawablesAttachedCommandArchive_FloatingUndo

type MoveDrawablesAttachedCommandArchive_FloatingUndo struct {
	Drawable         *TSP.Reference       `protobuf:"bytes,1,opt,name=drawable" json:"drawable,omitempty"`
	Geometry         *TSD.GeometryArchive `protobuf:"bytes,2,opt,name=geometry" json:"geometry,omitempty"`
	Attachment       *TSP.Reference       `protobuf:"bytes,3,opt,name=attachment" json:"attachment,omitempty"`
	WrapType         *uint32              `protobuf:"varint,4,opt,name=wrap_type" json:"wrap_type,omitempty"`
	PageIndex        *uint32              `protobuf:"varint,5,opt,name=page_index" json:"page_index,omitempty"`
	ZOrder           *int32               `protobuf:"varint,6,opt,name=z_order" json:"z_order,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetAttachment

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetDrawable

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetGeometry

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetPageIndex

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetWrapType

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) GetZOrder

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) ProtoMessage

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) Reset

func (*MoveDrawablesAttachedCommandArchive_FloatingUndo) String

type MoveDrawablesFloatingCommandArchive

type MoveDrawablesFloatingCommandArchive struct {
	Super                     *TSK.CommandArchive                                 `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	DeprecatedUndoTransaction *TSWP.UndoTransaction                               `protobuf:"bytes,2,opt,name=deprecated_undo_transaction" json:"deprecated_undo_transaction,omitempty"`
	AttachedUndo              []*MoveDrawablesFloatingCommandArchive_AttachedUndo `protobuf:"bytes,3,rep,name=attached_undo" json:"attached_undo,omitempty"`
	Select                    *bool                                               `protobuf:"varint,4,opt,name=select" json:"select,omitempty"`
	XXX_unrecognized          []byte                                              `json:"-"`
}

func (*MoveDrawablesFloatingCommandArchive) GetAttachedUndo

func (*MoveDrawablesFloatingCommandArchive) GetDeprecatedUndoTransaction

func (m *MoveDrawablesFloatingCommandArchive) GetDeprecatedUndoTransaction() *TSWP.UndoTransaction

func (*MoveDrawablesFloatingCommandArchive) GetSelect

func (*MoveDrawablesFloatingCommandArchive) GetSuper

func (*MoveDrawablesFloatingCommandArchive) ProtoMessage

func (*MoveDrawablesFloatingCommandArchive) ProtoMessage()

func (*MoveDrawablesFloatingCommandArchive) Reset

func (*MoveDrawablesFloatingCommandArchive) String

type MoveDrawablesFloatingCommandArchive_AttachedUndo

type MoveDrawablesFloatingCommandArchive_AttachedUndo struct {
	Drawable         *TSP.Reference        `protobuf:"bytes,1,opt,name=drawable" json:"drawable,omitempty"`
	Geometry         *TSD.GeometryArchive  `protobuf:"bytes,2,opt,name=geometry" json:"geometry,omitempty"`
	Attachment       *TSP.Reference        `protobuf:"bytes,3,opt,name=attachment" json:"attachment,omitempty"`
	PageIndex        *uint32               `protobuf:"varint,4,opt,name=page_index" json:"page_index,omitempty"`
	IsHtmlWrap       *bool                 `protobuf:"varint,5,opt,name=is_html_wrap" json:"is_html_wrap,omitempty"`
	Type             *uint32               `protobuf:"varint,6,opt,name=type" json:"type,omitempty"`
	Direction        *uint32               `protobuf:"varint,7,opt,name=direction" json:"direction,omitempty"`
	FitType          *uint32               `protobuf:"varint,8,opt,name=fit_type" json:"fit_type,omitempty"`
	Margin           *float32              `protobuf:"fixed32,9,opt,name=margin" json:"margin,omitempty"`
	AlphaThreshold   *float32              `protobuf:"fixed32,10,opt,name=alpha_threshold" json:"alpha_threshold,omitempty"`
	Storage          *TSP.Reference        `protobuf:"bytes,11,opt,name=storage" json:"storage,omitempty"`
	UndoTransaction  *TSWP.UndoTransaction `protobuf:"bytes,12,opt,name=undo_transaction" json:"undo_transaction,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetAlphaThreshold

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetAttachment

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetDirection

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetDrawable

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetFitType

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetGeometry

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetIsHtmlWrap

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetMargin

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetPageIndex

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetStorage

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetType

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) GetUndoTransaction

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) ProtoMessage

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) Reset

func (*MoveDrawablesFloatingCommandArchive_AttachedUndo) String

type MoveDrawablesPageIndexCommandArchive

type MoveDrawablesPageIndexCommandArchive struct {
	Super            *TSK.CommandArchive                              `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	PageIndex        *uint32                                          `protobuf:"varint,2,opt,name=page_index" json:"page_index,omitempty"`
	Drawables        []*MoveDrawablesPageIndexCommandArchive_Drawable `protobuf:"bytes,3,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*MoveDrawablesPageIndexCommandArchive) GetDrawables

func (*MoveDrawablesPageIndexCommandArchive) GetPageIndex

func (m *MoveDrawablesPageIndexCommandArchive) GetPageIndex() uint32

func (*MoveDrawablesPageIndexCommandArchive) GetSuper

func (*MoveDrawablesPageIndexCommandArchive) ProtoMessage

func (*MoveDrawablesPageIndexCommandArchive) ProtoMessage()

func (*MoveDrawablesPageIndexCommandArchive) Reset

func (*MoveDrawablesPageIndexCommandArchive) String

type MoveDrawablesPageIndexCommandArchive_Drawable

type MoveDrawablesPageIndexCommandArchive_Drawable struct {
	Drawable         *TSP.Reference `protobuf:"bytes,1,opt,name=drawable" json:"drawable,omitempty"`
	ZOrder           *uint32        `protobuf:"varint,2,opt,name=z_order" json:"z_order,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*MoveDrawablesPageIndexCommandArchive_Drawable) GetDrawable

func (*MoveDrawablesPageIndexCommandArchive_Drawable) GetZOrder

func (*MoveDrawablesPageIndexCommandArchive_Drawable) ProtoMessage

func (*MoveDrawablesPageIndexCommandArchive_Drawable) Reset

func (*MoveDrawablesPageIndexCommandArchive_Drawable) String

type MoveInlineDrawableAnchoredCommandArchive

type MoveInlineDrawableAnchoredCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Drawable         *TSP.Reference      `protobuf:"bytes,2,opt,name=drawable" json:"drawable,omitempty"`
	IsHtmlWrap       *bool               `protobuf:"varint,3,opt,name=is_html_wrap" json:"is_html_wrap,omitempty"`
	Type             *uint32             `protobuf:"varint,4,opt,name=type" json:"type,omitempty"`
	Direction        *uint32             `protobuf:"varint,5,opt,name=direction" json:"direction,omitempty"`
	FitType          *uint32             `protobuf:"varint,6,opt,name=fit_type" json:"fit_type,omitempty"`
	Margin           *float32            `protobuf:"fixed32,7,opt,name=margin" json:"margin,omitempty"`
	AlphaThreshold   *float32            `protobuf:"fixed32,8,opt,name=alpha_threshold" json:"alpha_threshold,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*MoveInlineDrawableAnchoredCommandArchive) GetAlphaThreshold

func (m *MoveInlineDrawableAnchoredCommandArchive) GetAlphaThreshold() float32

func (*MoveInlineDrawableAnchoredCommandArchive) GetDirection

func (*MoveInlineDrawableAnchoredCommandArchive) GetDrawable

func (*MoveInlineDrawableAnchoredCommandArchive) GetFitType

func (*MoveInlineDrawableAnchoredCommandArchive) GetIsHtmlWrap

func (*MoveInlineDrawableAnchoredCommandArchive) GetMargin

func (*MoveInlineDrawableAnchoredCommandArchive) GetSuper

func (*MoveInlineDrawableAnchoredCommandArchive) GetType

func (*MoveInlineDrawableAnchoredCommandArchive) ProtoMessage

func (*MoveInlineDrawableAnchoredCommandArchive) Reset

func (*MoveInlineDrawableAnchoredCommandArchive) String

type MoveMasterDrawableZOrderCommandArchive

type MoveMasterDrawableZOrderCommandArchive struct {
	Super                  *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	OBSOLETESection        *TSP.Reference      `protobuf:"bytes,2,opt,name=OBSOLETE_section" json:"OBSOLETE_section,omitempty"`
	MasterDrawables        []*TSP.Reference    `protobuf:"bytes,3,rep,name=master_drawables" json:"master_drawables,omitempty"`
	Indexes                []uint32            `protobuf:"varint,4,rep,name=indexes" json:"indexes,omitempty"`
	MasterDrawableProvider *TSP.Reference      `protobuf:"bytes,5,opt,name=master_drawable_provider" json:"master_drawable_provider,omitempty"`
	XXX_unrecognized       []byte              `json:"-"`
}

func (*MoveMasterDrawableZOrderCommandArchive) GetIndexes

func (*MoveMasterDrawableZOrderCommandArchive) GetMasterDrawableProvider

func (m *MoveMasterDrawableZOrderCommandArchive) GetMasterDrawableProvider() *TSP.Reference

func (*MoveMasterDrawableZOrderCommandArchive) GetMasterDrawables

func (m *MoveMasterDrawableZOrderCommandArchive) GetMasterDrawables() []*TSP.Reference

func (*MoveMasterDrawableZOrderCommandArchive) GetOBSOLETESection

func (m *MoveMasterDrawableZOrderCommandArchive) GetOBSOLETESection() *TSP.Reference

func (*MoveMasterDrawableZOrderCommandArchive) GetSuper

func (*MoveMasterDrawableZOrderCommandArchive) ProtoMessage

func (*MoveMasterDrawableZOrderCommandArchive) Reset

func (*MoveMasterDrawableZOrderCommandArchive) String

type NudgeDrawablesCommandArchive

type NudgeDrawablesCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	ChildCommands    []*TSP.Reference    `protobuf:"bytes,2,rep,name=child_commands" json:"child_commands,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*NudgeDrawablesCommandArchive) GetChildCommands

func (m *NudgeDrawablesCommandArchive) GetChildCommands() []*TSP.Reference

func (*NudgeDrawablesCommandArchive) GetSuper

func (*NudgeDrawablesCommandArchive) ProtoMessage

func (*NudgeDrawablesCommandArchive) ProtoMessage()

func (*NudgeDrawablesCommandArchive) Reset

func (m *NudgeDrawablesCommandArchive) Reset()

func (*NudgeDrawablesCommandArchive) String

type PageHintArchive

type PageHintArchive struct {
	PageKind                *PageHintArchive_PageKind `protobuf:"varint,1,opt,name=page_kind,enum=TP.PageHintArchive_PageKind" json:"page_kind,omitempty"`
	TargetHints             []*TargetHintArchive      `protobuf:"bytes,2,rep,name=target_hints" json:"target_hints,omitempty"`
	FootnoteAutoNumberRange *TSP.Range                `protobuf:"bytes,3,opt,name=footnote_auto_number_range" json:"footnote_auto_number_range,omitempty"`
	FootnoteLayoutRange     *TSP.Range                `protobuf:"bytes,4,opt,name=footnote_layout_range" json:"footnote_layout_range,omitempty"`
	FirstChildHint          *TSP.Reference            `protobuf:"bytes,6,opt,name=first_child_hint" json:"first_child_hint,omitempty"`
	LastChildHint           *TSP.Reference            `protobuf:"bytes,7,opt,name=last_child_hint" json:"last_child_hint,omitempty"`
	AnchoredAttachmentsMap  []*AnchorPosArchive       `protobuf:"bytes,8,rep,name=anchored_attachments_map" json:"anchored_attachments_map,omitempty"`
	TopicNumbers            *TopicNumberHintsArchive  `protobuf:"bytes,9,opt,name=topic_numbers" json:"topic_numbers,omitempty"`
	VersionNumber           *uint32                   `protobuf:"varint,10,opt,name=version_number" json:"version_number,omitempty"`
	PlatformId              *uint32                   `protobuf:"varint,11,opt,name=platform_id" json:"platform_id,omitempty"`
	XXX_unrecognized        []byte                    `json:"-"`
}

func (*PageHintArchive) GetAnchoredAttachmentsMap

func (m *PageHintArchive) GetAnchoredAttachmentsMap() []*AnchorPosArchive

func (*PageHintArchive) GetFirstChildHint

func (m *PageHintArchive) GetFirstChildHint() *TSP.Reference

func (*PageHintArchive) GetFootnoteAutoNumberRange

func (m *PageHintArchive) GetFootnoteAutoNumberRange() *TSP.Range

func (*PageHintArchive) GetFootnoteLayoutRange

func (m *PageHintArchive) GetFootnoteLayoutRange() *TSP.Range

func (*PageHintArchive) GetLastChildHint

func (m *PageHintArchive) GetLastChildHint() *TSP.Reference

func (*PageHintArchive) GetPageKind

func (m *PageHintArchive) GetPageKind() PageHintArchive_PageKind

func (*PageHintArchive) GetPlatformId

func (m *PageHintArchive) GetPlatformId() uint32

func (*PageHintArchive) GetTargetHints

func (m *PageHintArchive) GetTargetHints() []*TargetHintArchive

func (*PageHintArchive) GetTopicNumbers

func (m *PageHintArchive) GetTopicNumbers() *TopicNumberHintsArchive

func (*PageHintArchive) GetVersionNumber

func (m *PageHintArchive) GetVersionNumber() uint32

func (*PageHintArchive) ProtoMessage

func (*PageHintArchive) ProtoMessage()

func (*PageHintArchive) Reset

func (m *PageHintArchive) Reset()

func (*PageHintArchive) String

func (m *PageHintArchive) String() string

type PageHintArchive_PageKind

type PageHintArchive_PageKind int32
const (
	PageHintArchive_kPageKindNone         PageHintArchive_PageKind = 0
	PageHintArchive_kPageKindText         PageHintArchive_PageKind = 1
	PageHintArchive_kPageKindFiller       PageHintArchive_PageKind = 2
	PageHintArchive_kPageKindOrphan       PageHintArchive_PageKind = 3
	PageHintArchive_kPageKindEndnote      PageHintArchive_PageKind = 4
	PageHintArchive_kPageKindDirty        PageHintArchive_PageKind = 5
	PageHintArchive_kTPPageKindPageLayout PageHintArchive_PageKind = 6
)

func (PageHintArchive_PageKind) Enum

func (PageHintArchive_PageKind) String

func (x PageHintArchive_PageKind) String() string

func (*PageHintArchive_PageKind) UnmarshalJSON

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

type PageMasterArchive

type PageMasterArchive struct {
	Headers          []*TSP.Reference `protobuf:"bytes,1,rep,name=headers" json:"headers,omitempty"`
	Footers          []*TSP.Reference `protobuf:"bytes,2,rep,name=footers" json:"footers,omitempty"`
	MasterDrawables  []*TSP.Reference `protobuf:"bytes,3,rep,name=master_drawables" json:"master_drawables,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*PageMasterArchive) GetFooters

func (m *PageMasterArchive) GetFooters() []*TSP.Reference

func (*PageMasterArchive) GetHeaders

func (m *PageMasterArchive) GetHeaders() []*TSP.Reference

func (*PageMasterArchive) GetMasterDrawables

func (m *PageMasterArchive) GetMasterDrawables() []*TSP.Reference

func (*PageMasterArchive) ProtoMessage

func (*PageMasterArchive) ProtoMessage()

func (*PageMasterArchive) Reset

func (m *PageMasterArchive) Reset()

func (*PageMasterArchive) String

func (m *PageMasterArchive) String() string

type PasteAnchoredDrawablesCommandArchive

type PasteAnchoredDrawablesCommandArchive struct {
	DeprecatedSuper         *TSK.CommandGroupArchive `protobuf:"bytes,1,req,name=deprecated_super" json:"deprecated_super,omitempty"`
	Super                   *TSK.CommandArchive      `protobuf:"bytes,4,opt,name=super" json:"super,omitempty"`
	Select                  *bool                    `protobuf:"varint,2,opt,name=select" json:"select,omitempty"`
	DeprecatedUndoSelection *TSP.Reference           `protobuf:"bytes,3,opt,name=deprecated_undo_selection" json:"deprecated_undo_selection,omitempty"`
	CanvasSelection         *TSP.Reference           `protobuf:"bytes,5,opt,name=canvas_selection" json:"canvas_selection,omitempty"`
	XXX_unrecognized        []byte                   `json:"-"`
}

func (*PasteAnchoredDrawablesCommandArchive) GetCanvasSelection

func (m *PasteAnchoredDrawablesCommandArchive) GetCanvasSelection() *TSP.Reference

func (*PasteAnchoredDrawablesCommandArchive) GetDeprecatedSuper

func (*PasteAnchoredDrawablesCommandArchive) GetDeprecatedUndoSelection

func (m *PasteAnchoredDrawablesCommandArchive) GetDeprecatedUndoSelection() *TSP.Reference

func (*PasteAnchoredDrawablesCommandArchive) GetSelect

func (*PasteAnchoredDrawablesCommandArchive) GetSuper

func (*PasteAnchoredDrawablesCommandArchive) ProtoMessage

func (*PasteAnchoredDrawablesCommandArchive) ProtoMessage()

func (*PasteAnchoredDrawablesCommandArchive) Reset

func (*PasteAnchoredDrawablesCommandArchive) String

type PasteDrawablesCommandArchive

type PasteDrawablesCommandArchive struct {
	Super            *TSK.CommandArchive                             `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Drawables        []*PasteDrawablesCommandArchive_DrawableAndPage `protobuf:"bytes,2,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*PasteDrawablesCommandArchive) GetDrawables

func (*PasteDrawablesCommandArchive) GetSuper

func (*PasteDrawablesCommandArchive) ProtoMessage

func (*PasteDrawablesCommandArchive) ProtoMessage()

func (*PasteDrawablesCommandArchive) Reset

func (m *PasteDrawablesCommandArchive) Reset()

func (*PasteDrawablesCommandArchive) String

type PasteDrawablesCommandArchive_DrawableAndPage

type PasteDrawablesCommandArchive_DrawableAndPage struct {
	Drawable         *TSP.Reference `protobuf:"bytes,1,opt,name=drawable" json:"drawable,omitempty"`
	PageIndex        *uint32        `protobuf:"varint,2,opt,name=page_index" json:"page_index,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*PasteDrawablesCommandArchive_DrawableAndPage) GetDrawable

func (*PasteDrawablesCommandArchive_DrawableAndPage) GetPageIndex

func (*PasteDrawablesCommandArchive_DrawableAndPage) ProtoMessage

func (*PasteDrawablesCommandArchive_DrawableAndPage) Reset

func (*PasteDrawablesCommandArchive_DrawableAndPage) String

type PasteMasterDrawablesCommandArchive

type PasteMasterDrawablesCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Section          *TSP.Reference      `protobuf:"bytes,2,opt,name=section" json:"section,omitempty"`
	MasterDrawables  []*TSP.Reference    `protobuf:"bytes,3,rep,name=master_drawables" json:"master_drawables,omitempty"`
	DrawableIndex    *uint32             `protobuf:"varint,4,opt,name=drawable_index" json:"drawable_index,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*PasteMasterDrawablesCommandArchive) GetDrawableIndex

func (m *PasteMasterDrawablesCommandArchive) GetDrawableIndex() uint32

func (*PasteMasterDrawablesCommandArchive) GetMasterDrawables

func (m *PasteMasterDrawablesCommandArchive) GetMasterDrawables() []*TSP.Reference

func (*PasteMasterDrawablesCommandArchive) GetSection

func (*PasteMasterDrawablesCommandArchive) GetSuper

func (*PasteMasterDrawablesCommandArchive) ProtoMessage

func (*PasteMasterDrawablesCommandArchive) ProtoMessage()

func (*PasteMasterDrawablesCommandArchive) Reset

func (*PasteMasterDrawablesCommandArchive) String

type PauseChangeTrackingCommandArchive

type PauseChangeTrackingCommandArchive struct {
	Super            *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Paused           *bool               `protobuf:"varint,2,opt,name=paused" json:"paused,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*PauseChangeTrackingCommandArchive) GetPaused

func (m *PauseChangeTrackingCommandArchive) GetPaused() bool

func (*PauseChangeTrackingCommandArchive) GetSuper

func (*PauseChangeTrackingCommandArchive) ProtoMessage

func (*PauseChangeTrackingCommandArchive) ProtoMessage()

func (*PauseChangeTrackingCommandArchive) Reset

func (*PauseChangeTrackingCommandArchive) 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 RemoveAnchoredDrawableCommandArchive

type RemoveAnchoredDrawableCommandArchive struct {
	Super            *TSWP.TextCommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	CharIndex        *uint32                  `protobuf:"varint,2,opt,name=char_index" json:"char_index,omitempty"`
	ZOrder           *uint32                  `protobuf:"varint,3,opt,name=z_order" json:"z_order,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*RemoveAnchoredDrawableCommandArchive) GetCharIndex

func (m *RemoveAnchoredDrawableCommandArchive) GetCharIndex() uint32

func (*RemoveAnchoredDrawableCommandArchive) GetSuper

func (*RemoveAnchoredDrawableCommandArchive) GetZOrder

func (*RemoveAnchoredDrawableCommandArchive) ProtoMessage

func (*RemoveAnchoredDrawableCommandArchive) ProtoMessage()

func (*RemoveAnchoredDrawableCommandArchive) Reset

func (*RemoveAnchoredDrawableCommandArchive) String

type RemoveDrawablesCommandArchive

type RemoveDrawablesCommandArchive struct {
	Super            *TSK.CommandArchive                           `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	Drawables        []*RemoveDrawablesCommandArchive_DrawableInfo `protobuf:"bytes,2,rep,name=drawables" json:"drawables,omitempty"`
	XXX_unrecognized []byte                                        `json:"-"`
}

func (*RemoveDrawablesCommandArchive) GetDrawables

func (*RemoveDrawablesCommandArchive) GetSuper

func (*RemoveDrawablesCommandArchive) ProtoMessage

func (*RemoveDrawablesCommandArchive) ProtoMessage()

func (*RemoveDrawablesCommandArchive) Reset

func (m *RemoveDrawablesCommandArchive) Reset()

func (*RemoveDrawablesCommandArchive) String

type RemoveDrawablesCommandArchive_DrawableInfo

type RemoveDrawablesCommandArchive_DrawableInfo struct {
	PageIndex        *uint32        `protobuf:"varint,1,opt,name=page_index" json:"page_index,omitempty"`
	ZOrder           *int32         `protobuf:"varint,2,opt,name=z_order" json:"z_order,omitempty"`
	DrawableObject   *TSP.Reference `protobuf:"bytes,3,opt,name=drawable_object" json:"drawable_object,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*RemoveDrawablesCommandArchive_DrawableInfo) GetDrawableObject

func (*RemoveDrawablesCommandArchive_DrawableInfo) GetPageIndex

func (*RemoveDrawablesCommandArchive_DrawableInfo) GetZOrder

func (*RemoveDrawablesCommandArchive_DrawableInfo) ProtoMessage

func (*RemoveDrawablesCommandArchive_DrawableInfo) Reset

func (*RemoveDrawablesCommandArchive_DrawableInfo) String

type RemoveMasterDrawablesCommandArchive

type RemoveMasterDrawablesCommandArchive struct {
	Super                  *TSK.CommandArchive                                   `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	OBSOLETESection        *TSP.Reference                                        `protobuf:"bytes,2,opt,name=OBSOLETE_section" json:"OBSOLETE_section,omitempty"`
	MasterDrawables        []*RemoveMasterDrawablesCommandArchive_MasterDrawable `protobuf:"bytes,3,rep,name=master_drawables" json:"master_drawables,omitempty"`
	MasterDrawableProvider *TSP.Reference                                        `protobuf:"bytes,4,opt,name=master_drawable_provider" json:"master_drawable_provider,omitempty"`
	XXX_unrecognized       []byte                                                `json:"-"`
}

func (*RemoveMasterDrawablesCommandArchive) GetMasterDrawableProvider

func (m *RemoveMasterDrawablesCommandArchive) GetMasterDrawableProvider() *TSP.Reference

func (*RemoveMasterDrawablesCommandArchive) GetMasterDrawables

func (*RemoveMasterDrawablesCommandArchive) GetOBSOLETESection

func (m *RemoveMasterDrawablesCommandArchive) GetOBSOLETESection() *TSP.Reference

func (*RemoveMasterDrawablesCommandArchive) GetSuper

func (*RemoveMasterDrawablesCommandArchive) ProtoMessage

func (*RemoveMasterDrawablesCommandArchive) ProtoMessage()

func (*RemoveMasterDrawablesCommandArchive) Reset

func (*RemoveMasterDrawablesCommandArchive) String

type RemoveMasterDrawablesCommandArchive_MasterDrawable

type RemoveMasterDrawablesCommandArchive_MasterDrawable struct {
	Drawable         *TSP.Reference `protobuf:"bytes,1,opt,name=drawable" json:"drawable,omitempty"`
	DrawableIndex    *uint32        `protobuf:"varint,2,opt,name=drawable_index" json:"drawable_index,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*RemoveMasterDrawablesCommandArchive_MasterDrawable) GetDrawable

func (*RemoveMasterDrawablesCommandArchive_MasterDrawable) GetDrawableIndex

func (*RemoveMasterDrawablesCommandArchive_MasterDrawable) ProtoMessage

func (*RemoveMasterDrawablesCommandArchive_MasterDrawable) Reset

func (*RemoveMasterDrawablesCommandArchive_MasterDrawable) String

type ReplaceSectionCommandArchive

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

func (*ReplaceSectionCommandArchive) GetSuper

func (*ReplaceSectionCommandArchive) ProtoMessage

func (*ReplaceSectionCommandArchive) ProtoMessage()

func (*ReplaceSectionCommandArchive) Reset

func (m *ReplaceSectionCommandArchive) Reset()

func (*ReplaceSectionCommandArchive) String

type SectionArchive

type SectionArchive struct {
	OBSOLETEShowsHeader                  *bool            `protobuf:"varint,1,opt,name=OBSOLETE_shows_header" json:"OBSOLETE_shows_header,omitempty"`
	OBSOLETEShowsFooter                  *bool            `protobuf:"varint,2,opt,name=OBSOLETE_shows_footer" json:"OBSOLETE_shows_footer,omitempty"`
	OBSOLETEHeaders                      []*TSP.Reference `protobuf:"bytes,3,rep,name=OBSOLETE_headers" json:"OBSOLETE_headers,omitempty"`
	OBSOLETEFooters                      []*TSP.Reference `protobuf:"bytes,4,rep,name=OBSOLETE_footers" json:"OBSOLETE_footers,omitempty"`
	OBSOLETELeftMargin                   *float32         `protobuf:"fixed32,5,opt,name=OBSOLETE_left_margin" json:"OBSOLETE_left_margin,omitempty"`
	OBSOLETERightMargin                  *float32         `protobuf:"fixed32,6,opt,name=OBSOLETE_right_margin" json:"OBSOLETE_right_margin,omitempty"`
	OBSOLETETopMargin                    *float32         `protobuf:"fixed32,7,opt,name=OBSOLETE_top_margin" json:"OBSOLETE_top_margin,omitempty"`
	OBSOLETEBottomMargin                 *float32         `protobuf:"fixed32,8,opt,name=OBSOLETE_bottom_margin" json:"OBSOLETE_bottom_margin,omitempty"`
	OBSOLETEHeaderPadding                *float32         `protobuf:"fixed32,9,opt,name=OBSOLETE_header_padding" json:"OBSOLETE_header_padding,omitempty"`
	OBSOLETEFooterPadding                *float32         `protobuf:"fixed32,10,opt,name=OBSOLETE_footer_padding" json:"OBSOLETE_footer_padding,omitempty"`
	OBSOLETEPaperWidth                   *float32         `protobuf:"fixed32,11,opt,name=OBSOLETE_paper_width" json:"OBSOLETE_paper_width,omitempty"`
	OBSOLETEPaperHeight                  *float32         `protobuf:"fixed32,12,opt,name=OBSOLETE_paper_height" json:"OBSOLETE_paper_height,omitempty"`
	OBSOLETELandscapeMode                *bool            `protobuf:"varint,13,opt,name=OBSOLETE_landscape_mode" json:"OBSOLETE_landscape_mode,omitempty"`
	OBSOLETEMasterDrawables              []*TSP.Reference `protobuf:"bytes,14,rep,name=OBSOLETE_master_drawables" json:"OBSOLETE_master_drawables,omitempty"`
	OBSOLETEHeaderMargin                 *float32         `protobuf:"fixed32,15,opt,name=OBSOLETE_header_margin" json:"OBSOLETE_header_margin,omitempty"`
	OBSOLETEFooterMargin                 *float32         `protobuf:"fixed32,16,opt,name=OBSOLETE_footer_margin" json:"OBSOLETE_footer_margin,omitempty"`
	InheritPreviousHeaderFooter          *bool            `protobuf:"varint,17,opt,name=inherit_previous_header_footer" json:"inherit_previous_header_footer,omitempty"`
	PageMasterFirstPageDifferent         *bool            `protobuf:"varint,18,opt,name=page_master_first_page_different" json:"page_master_first_page_different,omitempty"`
	PageMasterEvenOddPagesDifferent      *bool            `protobuf:"varint,19,opt,name=page_master_even_odd_pages_different" json:"page_master_even_odd_pages_different,omitempty"`
	SectionStartKind                     *uint32          `protobuf:"varint,20,opt,name=section_start_kind" json:"section_start_kind,omitempty"`
	SectionPageNumberKind                *uint32          `protobuf:"varint,21,opt,name=section_page_number_kind" json:"section_page_number_kind,omitempty"`
	SectionPageNumberStart               *uint32          `protobuf:"varint,22,opt,name=section_page_number_start" json:"section_page_number_start,omitempty"`
	FirstPageMaster                      *TSP.Reference   `protobuf:"bytes,23,opt,name=first_page_master" json:"first_page_master,omitempty"`
	EvenPageMaster                       *TSP.Reference   `protobuf:"bytes,24,opt,name=even_page_master" json:"even_page_master,omitempty"`
	OddPageMaster                        *TSP.Reference   `protobuf:"bytes,25,opt,name=odd_page_master" json:"odd_page_master,omitempty"`
	Name                                 *string          `protobuf:"bytes,26,opt,name=name" json:"name,omitempty"`
	PageMasterFirstPageHidesHeaderFooter *bool            `` /* 132-byte string literal not displayed */
	XXX_unrecognized                     []byte           `json:"-"`
}

func (*SectionArchive) GetEvenPageMaster

func (m *SectionArchive) GetEvenPageMaster() *TSP.Reference

func (*SectionArchive) GetFirstPageMaster

func (m *SectionArchive) GetFirstPageMaster() *TSP.Reference

func (*SectionArchive) GetInheritPreviousHeaderFooter

func (m *SectionArchive) GetInheritPreviousHeaderFooter() bool

func (*SectionArchive) GetName

func (m *SectionArchive) GetName() string

func (*SectionArchive) GetOBSOLETEBottomMargin

func (m *SectionArchive) GetOBSOLETEBottomMargin() float32

func (*SectionArchive) GetOBSOLETEFooterMargin

func (m *SectionArchive) GetOBSOLETEFooterMargin() float32

func (*SectionArchive) GetOBSOLETEFooterPadding

func (m *SectionArchive) GetOBSOLETEFooterPadding() float32

func (*SectionArchive) GetOBSOLETEFooters

func (m *SectionArchive) GetOBSOLETEFooters() []*TSP.Reference

func (*SectionArchive) GetOBSOLETEHeaderMargin

func (m *SectionArchive) GetOBSOLETEHeaderMargin() float32

func (*SectionArchive) GetOBSOLETEHeaderPadding

func (m *SectionArchive) GetOBSOLETEHeaderPadding() float32

func (*SectionArchive) GetOBSOLETEHeaders

func (m *SectionArchive) GetOBSOLETEHeaders() []*TSP.Reference

func (*SectionArchive) GetOBSOLETELandscapeMode

func (m *SectionArchive) GetOBSOLETELandscapeMode() bool

func (*SectionArchive) GetOBSOLETELeftMargin

func (m *SectionArchive) GetOBSOLETELeftMargin() float32

func (*SectionArchive) GetOBSOLETEMasterDrawables

func (m *SectionArchive) GetOBSOLETEMasterDrawables() []*TSP.Reference

func (*SectionArchive) GetOBSOLETEPaperHeight

func (m *SectionArchive) GetOBSOLETEPaperHeight() float32

func (*SectionArchive) GetOBSOLETEPaperWidth

func (m *SectionArchive) GetOBSOLETEPaperWidth() float32

func (*SectionArchive) GetOBSOLETERightMargin

func (m *SectionArchive) GetOBSOLETERightMargin() float32

func (*SectionArchive) GetOBSOLETEShowsFooter

func (m *SectionArchive) GetOBSOLETEShowsFooter() bool

func (*SectionArchive) GetOBSOLETEShowsHeader

func (m *SectionArchive) GetOBSOLETEShowsHeader() bool

func (*SectionArchive) GetOBSOLETETopMargin

func (m *SectionArchive) GetOBSOLETETopMargin() float32

func (*SectionArchive) GetOddPageMaster

func (m *SectionArchive) GetOddPageMaster() *TSP.Reference

func (*SectionArchive) GetPageMasterEvenOddPagesDifferent

func (m *SectionArchive) GetPageMasterEvenOddPagesDifferent() bool

func (*SectionArchive) GetPageMasterFirstPageDifferent

func (m *SectionArchive) GetPageMasterFirstPageDifferent() bool

func (*SectionArchive) GetPageMasterFirstPageHidesHeaderFooter

func (m *SectionArchive) GetPageMasterFirstPageHidesHeaderFooter() bool

func (*SectionArchive) GetSectionPageNumberKind

func (m *SectionArchive) GetSectionPageNumberKind() uint32

func (*SectionArchive) GetSectionPageNumberStart

func (m *SectionArchive) GetSectionPageNumberStart() uint32

func (*SectionArchive) GetSectionStartKind

func (m *SectionArchive) GetSectionStartKind() uint32

func (*SectionArchive) ProtoMessage

func (*SectionArchive) ProtoMessage()

func (*SectionArchive) Reset

func (m *SectionArchive) Reset()

func (*SectionArchive) String

func (m *SectionArchive) String() string

type SectionHintArchive

type SectionHintArchive struct {
	PageHints        []*PageHintArchive `protobuf:"bytes,1,rep,name=page_hints" json:"page_hints,omitempty"`
	StartPageIndex   *uint32            `protobuf:"varint,2,opt,name=start_page_index" json:"start_page_index,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*SectionHintArchive) GetPageHints

func (m *SectionHintArchive) GetPageHints() []*PageHintArchive

func (*SectionHintArchive) GetStartPageIndex

func (m *SectionHintArchive) GetStartPageIndex() uint32

func (*SectionHintArchive) ProtoMessage

func (*SectionHintArchive) ProtoMessage()

func (*SectionHintArchive) Reset

func (m *SectionHintArchive) Reset()

func (*SectionHintArchive) String

func (m *SectionHintArchive) String() string

type SettingsArchive

type SettingsArchive struct {
	Body                 *bool                              `protobuf:"varint,1,opt,name=body,def=1" json:"body,omitempty"`
	Headers              *bool                              `protobuf:"varint,2,opt,name=headers,def=1" json:"headers,omitempty"`
	Footers              *bool                              `protobuf:"varint,3,opt,name=footers,def=1" json:"footers,omitempty"`
	Preview              *bool                              `protobuf:"varint,4,opt,name=preview,def=1" json:"preview,omitempty"`
	CopyMovies           *bool                              `protobuf:"varint,5,opt,name=copy_movies,def=1" json:"copy_movies,omitempty"`
	CopyAssets           *bool                              `protobuf:"varint,6,opt,name=copy_assets,def=1" json:"copy_assets,omitempty"`
	PlaceholderAuthoring *bool                              `protobuf:"varint,7,opt,name=placeholder_authoring,def=0" json:"placeholder_authoring,omitempty"`
	LinksEnabled         *bool                              `protobuf:"varint,8,opt,name=links_enabled,def=1" json:"links_enabled,omitempty"`
	Hyphenation          *bool                              `protobuf:"varint,9,opt,name=hyphenation,def=0" json:"hyphenation,omitempty"`
	UseLigatures         *bool                              `protobuf:"varint,10,opt,name=use_ligatures,def=0" json:"use_ligatures,omitempty"`
	TocLinksEnabled      *bool                              `protobuf:"varint,11,opt,name=toc_links_enabled,def=0" json:"toc_links_enabled,omitempty"`
	ShowCtMarkup         *bool                              `protobuf:"varint,12,opt,name=show_ct_markup,def=1" json:"show_ct_markup,omitempty"`
	ShowCtDeletions      *bool                              `protobuf:"varint,13,opt,name=show_ct_deletions,def=1" json:"show_ct_deletions,omitempty"`
	CtBubblesVisibility  *int32                             `protobuf:"varint,14,opt,name=ct_bubbles_visibility" json:"ct_bubbles_visibility,omitempty"`
	ChangeBarsVisible    *bool                              `protobuf:"varint,15,opt,name=change_bars_visible,def=1" json:"change_bars_visible,omitempty"`
	FormatChangesVisible *bool                              `protobuf:"varint,16,opt,name=format_changes_visible,def=1" json:"format_changes_visible,omitempty"`
	AnnotationsVisible   *bool                              `protobuf:"varint,17,opt,name=annotations_visible,def=1" json:"annotations_visible,omitempty"`
	DocumentIsRtl        *bool                              `protobuf:"varint,18,opt,name=document_is_rtl,def=0" json:"document_is_rtl,omitempty"`
	DecimalTab           *string                            `protobuf:"bytes,20,opt,name=decimal_tab" json:"decimal_tab,omitempty"`
	Language             *string                            `protobuf:"bytes,21,opt,name=language" json:"language,omitempty"`
	HyphenationLanguage  *string                            `protobuf:"bytes,22,opt,name=hyphenation_language" json:"hyphenation_language,omitempty"`
	CreationLocale       *string                            `protobuf:"bytes,23,opt,name=creation_locale" json:"creation_locale,omitempty"`
	LastLocale           *string                            `protobuf:"bytes,24,opt,name=last_locale" json:"last_locale,omitempty"`
	OrigTemplate         *string                            `protobuf:"bytes,25,opt,name=orig_template" json:"orig_template,omitempty"`
	CreationDate         *string                            `protobuf:"bytes,26,opt,name=creation_date" json:"creation_date,omitempty"`
	BibliographyFormat   *string                            `protobuf:"bytes,27,opt,name=bibliography_format" json:"bibliography_format,omitempty"`
	FootnoteKind         *SettingsArchive_FootnoteKind      `protobuf:"varint,30,opt,name=footnote_kind,enum=TP.SettingsArchive_FootnoteKind" json:"footnote_kind,omitempty"`
	FootnoteFormat       *SettingsArchive_FootnoteFormat    `protobuf:"varint,31,opt,name=footnote_format,enum=TP.SettingsArchive_FootnoteFormat" json:"footnote_format,omitempty"`
	FootnoteNumbering    *SettingsArchive_FootnoteNumbering `` /* 126-byte string literal not displayed */
	FootnoteGap          *int32                             `protobuf:"varint,33,opt,name=footnote_gap" json:"footnote_gap,omitempty"`
	SectionAuthoring     *bool                              `protobuf:"varint,40,opt,name=section_authoring,def=0" json:"section_authoring,omitempty"`
	XXX_unrecognized     []byte                             `json:"-"`
}

func (*SettingsArchive) GetAnnotationsVisible

func (m *SettingsArchive) GetAnnotationsVisible() bool

func (*SettingsArchive) GetBibliographyFormat

func (m *SettingsArchive) GetBibliographyFormat() string

func (*SettingsArchive) GetBody

func (m *SettingsArchive) GetBody() bool

func (*SettingsArchive) GetChangeBarsVisible

func (m *SettingsArchive) GetChangeBarsVisible() bool

func (*SettingsArchive) GetCopyAssets

func (m *SettingsArchive) GetCopyAssets() bool

func (*SettingsArchive) GetCopyMovies

func (m *SettingsArchive) GetCopyMovies() bool

func (*SettingsArchive) GetCreationDate

func (m *SettingsArchive) GetCreationDate() string

func (*SettingsArchive) GetCreationLocale

func (m *SettingsArchive) GetCreationLocale() string

func (*SettingsArchive) GetCtBubblesVisibility

func (m *SettingsArchive) GetCtBubblesVisibility() int32

func (*SettingsArchive) GetDecimalTab

func (m *SettingsArchive) GetDecimalTab() string

func (*SettingsArchive) GetDocumentIsRtl

func (m *SettingsArchive) GetDocumentIsRtl() bool

func (*SettingsArchive) GetFooters

func (m *SettingsArchive) GetFooters() bool

func (*SettingsArchive) GetFootnoteFormat

func (m *SettingsArchive) GetFootnoteFormat() SettingsArchive_FootnoteFormat

func (*SettingsArchive) GetFootnoteGap

func (m *SettingsArchive) GetFootnoteGap() int32

func (*SettingsArchive) GetFootnoteKind

func (m *SettingsArchive) GetFootnoteKind() SettingsArchive_FootnoteKind

func (*SettingsArchive) GetFootnoteNumbering

func (m *SettingsArchive) GetFootnoteNumbering() SettingsArchive_FootnoteNumbering

func (*SettingsArchive) GetFormatChangesVisible

func (m *SettingsArchive) GetFormatChangesVisible() bool

func (*SettingsArchive) GetHeaders

func (m *SettingsArchive) GetHeaders() bool

func (*SettingsArchive) GetHyphenation

func (m *SettingsArchive) GetHyphenation() bool

func (*SettingsArchive) GetHyphenationLanguage

func (m *SettingsArchive) GetHyphenationLanguage() string

func (*SettingsArchive) GetLanguage

func (m *SettingsArchive) GetLanguage() string

func (*SettingsArchive) GetLastLocale

func (m *SettingsArchive) GetLastLocale() string

func (*SettingsArchive) GetLinksEnabled

func (m *SettingsArchive) GetLinksEnabled() bool

func (*SettingsArchive) GetOrigTemplate

func (m *SettingsArchive) GetOrigTemplate() string

func (*SettingsArchive) GetPlaceholderAuthoring

func (m *SettingsArchive) GetPlaceholderAuthoring() bool

func (*SettingsArchive) GetPreview

func (m *SettingsArchive) GetPreview() bool

func (*SettingsArchive) GetSectionAuthoring

func (m *SettingsArchive) GetSectionAuthoring() bool

func (*SettingsArchive) GetShowCtDeletions

func (m *SettingsArchive) GetShowCtDeletions() bool

func (*SettingsArchive) GetShowCtMarkup

func (m *SettingsArchive) GetShowCtMarkup() bool

func (*SettingsArchive) GetTocLinksEnabled

func (m *SettingsArchive) GetTocLinksEnabled() bool

func (*SettingsArchive) GetUseLigatures

func (m *SettingsArchive) GetUseLigatures() bool

func (*SettingsArchive) ProtoMessage

func (*SettingsArchive) ProtoMessage()

func (*SettingsArchive) Reset

func (m *SettingsArchive) Reset()

func (*SettingsArchive) String

func (m *SettingsArchive) String() string

type SettingsArchive_FootnoteFormat

type SettingsArchive_FootnoteFormat int32
const (
	SettingsArchive_kFootnoteFormatNumeric             SettingsArchive_FootnoteFormat = 0
	SettingsArchive_kFootnoteFormatRoman               SettingsArchive_FootnoteFormat = 1
	SettingsArchive_kFootnoteFormatSymbolic            SettingsArchive_FootnoteFormat = 2
	SettingsArchive_kFootnoteFormatJapaneseNumeric     SettingsArchive_FootnoteFormat = 3
	SettingsArchive_kFootnoteFormatJapaneseIdeographic SettingsArchive_FootnoteFormat = 4
)

func (SettingsArchive_FootnoteFormat) Enum

func (SettingsArchive_FootnoteFormat) String

func (*SettingsArchive_FootnoteFormat) UnmarshalJSON

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

type SettingsArchive_FootnoteKind

type SettingsArchive_FootnoteKind int32
const (
	SettingsArchive_kFootnoteKindFootnotes        SettingsArchive_FootnoteKind = 0
	SettingsArchive_kFootnoteKindDocumentEndnotes SettingsArchive_FootnoteKind = 1
	SettingsArchive_kFootnoteKindSectionEndnotes  SettingsArchive_FootnoteKind = 2
)

func (SettingsArchive_FootnoteKind) Enum

func (SettingsArchive_FootnoteKind) String

func (*SettingsArchive_FootnoteKind) UnmarshalJSON

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

type SettingsArchive_FootnoteNumbering

type SettingsArchive_FootnoteNumbering int32
const (
	SettingsArchive_kFootnoteNumberingContinuous         SettingsArchive_FootnoteNumbering = 0
	SettingsArchive_kFootnoteNumberingRestartEachPage    SettingsArchive_FootnoteNumbering = 1
	SettingsArchive_kFootnoteNumberingRestartEachSection SettingsArchive_FootnoteNumbering = 2
)

func (SettingsArchive_FootnoteNumbering) Enum

func (SettingsArchive_FootnoteNumbering) String

func (*SettingsArchive_FootnoteNumbering) UnmarshalJSON

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

type SwapDrawableZOrderCommandArchive

type SwapDrawableZOrderCommandArchive struct {
	Super            *TSK.CommandArchive                          `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	SwapPairs        []*SwapDrawableZOrderCommandArchive_SwapPair `protobuf:"bytes,2,rep,name=swap_pairs" json:"swap_pairs,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*SwapDrawableZOrderCommandArchive) GetSuper

func (*SwapDrawableZOrderCommandArchive) GetSwapPairs

func (*SwapDrawableZOrderCommandArchive) ProtoMessage

func (*SwapDrawableZOrderCommandArchive) ProtoMessage()

func (*SwapDrawableZOrderCommandArchive) Reset

func (*SwapDrawableZOrderCommandArchive) String

type SwapDrawableZOrderCommandArchive_SwapPair

type SwapDrawableZOrderCommandArchive_SwapPair struct {
	ZOrder_1         *uint32 `protobuf:"varint,1,req,name=z_order_1" json:"z_order_1,omitempty"`
	ZOrder_2         *uint32 `protobuf:"varint,2,req,name=z_order_2" json:"z_order_2,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*SwapDrawableZOrderCommandArchive_SwapPair) GetZOrder_1

func (*SwapDrawableZOrderCommandArchive_SwapPair) GetZOrder_2

func (*SwapDrawableZOrderCommandArchive_SwapPair) ProtoMessage

func (*SwapDrawableZOrderCommandArchive_SwapPair) Reset

func (*SwapDrawableZOrderCommandArchive_SwapPair) String

type TargetHintArchive

type TargetHintArchive struct {
	FrameOrigin                     *TSP.Point `protobuf:"bytes,1,opt,name=frame_origin" json:"frame_origin,omitempty"`
	FrameSize                       *TSP.Size  `protobuf:"bytes,2,opt,name=frame_size" json:"frame_size,omitempty"`
	Range                           *TSP.Range `protobuf:"bytes,3,opt,name=range" json:"range,omitempty"`
	NextWidowPullsDownFromCharIndex *int32     `protobuf:"varint,4,opt,name=next_widow_pulls_down_from_char_index" json:"next_widow_pulls_down_from_char_index,omitempty"`
	AnchoredRange                   *TSP.Range `protobuf:"bytes,5,opt,name=anchored_range" json:"anchored_range,omitempty"`
	ColumnCount                     *int32     `protobuf:"varint,6,opt,name=column_count" json:"column_count,omitempty"`
	XXX_unrecognized                []byte     `json:"-"`
}

func (*TargetHintArchive) GetAnchoredRange

func (m *TargetHintArchive) GetAnchoredRange() *TSP.Range

func (*TargetHintArchive) GetColumnCount

func (m *TargetHintArchive) GetColumnCount() int32

func (*TargetHintArchive) GetFrameOrigin

func (m *TargetHintArchive) GetFrameOrigin() *TSP.Point

func (*TargetHintArchive) GetFrameSize

func (m *TargetHintArchive) GetFrameSize() *TSP.Size

func (*TargetHintArchive) GetNextWidowPullsDownFromCharIndex

func (m *TargetHintArchive) GetNextWidowPullsDownFromCharIndex() int32

func (*TargetHintArchive) GetRange

func (m *TargetHintArchive) GetRange() *TSP.Range

func (*TargetHintArchive) ProtoMessage

func (*TargetHintArchive) ProtoMessage()

func (*TargetHintArchive) Reset

func (m *TargetHintArchive) Reset()

func (*TargetHintArchive) String

func (m *TargetHintArchive) String() string

type TextboxHintArchive

type TextboxHintArchive struct {
	Range            *TSP.Range `protobuf:"bytes,1,req,name=range" json:"range,omitempty"`
	Size             *TSP.Size  `protobuf:"bytes,2,req,name=size" json:"size,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*TextboxHintArchive) GetRange

func (m *TextboxHintArchive) GetRange() *TSP.Range

func (*TextboxHintArchive) GetSize

func (m *TextboxHintArchive) GetSize() *TSP.Size

func (*TextboxHintArchive) ProtoMessage

func (*TextboxHintArchive) ProtoMessage()

func (*TextboxHintArchive) Reset

func (m *TextboxHintArchive) Reset()

func (*TextboxHintArchive) String

func (m *TextboxHintArchive) String() string

type ThemeArchive

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

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 ToggleBodyLayoutDirectionCommandArchive

type ToggleBodyLayoutDirectionCommandArchive struct {
	Super                  *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	NewDirectionIsVertical *bool               `protobuf:"varint,2,opt,name=new_direction_is_vertical" json:"new_direction_is_vertical,omitempty"`
	XXX_unrecognized       []byte              `json:"-"`
}

func (*ToggleBodyLayoutDirectionCommandArchive) GetNewDirectionIsVertical

func (m *ToggleBodyLayoutDirectionCommandArchive) GetNewDirectionIsVertical() bool

func (*ToggleBodyLayoutDirectionCommandArchive) GetSuper

func (*ToggleBodyLayoutDirectionCommandArchive) ProtoMessage

func (*ToggleBodyLayoutDirectionCommandArchive) Reset

func (*ToggleBodyLayoutDirectionCommandArchive) String

type TopicNumberEntryArchive

type TopicNumberEntryArchive struct {
	ListStyle        *TSP.Reference `protobuf:"bytes,1,req,name=list_style" json:"list_style,omitempty"`
	TopicNumber      []uint32       `protobuf:"varint,2,rep,name=topic_number" json:"topic_number,omitempty"`
	CharacterIndex   []uint32       `protobuf:"varint,3,rep,name=character_index" json:"character_index,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*TopicNumberEntryArchive) GetCharacterIndex

func (m *TopicNumberEntryArchive) GetCharacterIndex() []uint32

func (*TopicNumberEntryArchive) GetListStyle

func (m *TopicNumberEntryArchive) GetListStyle() *TSP.Reference

func (*TopicNumberEntryArchive) GetTopicNumber

func (m *TopicNumberEntryArchive) GetTopicNumber() []uint32

func (*TopicNumberEntryArchive) ProtoMessage

func (*TopicNumberEntryArchive) ProtoMessage()

func (*TopicNumberEntryArchive) Reset

func (m *TopicNumberEntryArchive) Reset()

func (*TopicNumberEntryArchive) String

func (m *TopicNumberEntryArchive) String() string

type TopicNumberHintsArchive

type TopicNumberHintsArchive struct {
	CharIndex             *uint32                    `protobuf:"varint,1,opt,name=charIndex" json:"charIndex,omitempty"`
	TopicNumbersMap       []*TopicNumberEntryArchive `protobuf:"bytes,2,rep,name=topic_numbers_map" json:"topic_numbers_map,omitempty"`
	ValidThroughCharIndex *uint32                    `protobuf:"varint,3,opt,name=valid_through_char_index" json:"valid_through_char_index,omitempty"`
	XXX_unrecognized      []byte                     `json:"-"`
}

func (*TopicNumberHintsArchive) GetCharIndex

func (m *TopicNumberHintsArchive) GetCharIndex() uint32

func (*TopicNumberHintsArchive) GetTopicNumbersMap

func (m *TopicNumberHintsArchive) GetTopicNumbersMap() []*TopicNumberEntryArchive

func (*TopicNumberHintsArchive) GetValidThroughCharIndex

func (m *TopicNumberHintsArchive) GetValidThroughCharIndex() uint32

func (*TopicNumberHintsArchive) ProtoMessage

func (*TopicNumberHintsArchive) ProtoMessage()

func (*TopicNumberHintsArchive) Reset

func (m *TopicNumberHintsArchive) Reset()

func (*TopicNumberHintsArchive) String

func (m *TopicNumberHintsArchive) String() string

type TrackChangesCommandArchive

type TrackChangesCommandArchive struct {
	Super                *TSK.CommandArchive `protobuf:"bytes,1,req,name=super" json:"super,omitempty"`
	TrackChanges         *bool               `protobuf:"varint,2,opt,name=track_changes" json:"track_changes,omitempty"`
	ChangeSessionHistory []*TSP.Reference    `protobuf:"bytes,3,rep,name=change_session_history" json:"change_session_history,omitempty"`
	Paused               *bool               `protobuf:"varint,4,opt,name=paused" json:"paused,omitempty"`
	XXX_unrecognized     []byte              `json:"-"`
}

func (*TrackChangesCommandArchive) GetChangeSessionHistory

func (m *TrackChangesCommandArchive) GetChangeSessionHistory() []*TSP.Reference

func (*TrackChangesCommandArchive) GetPaused

func (m *TrackChangesCommandArchive) GetPaused() bool

func (*TrackChangesCommandArchive) GetSuper

func (*TrackChangesCommandArchive) GetTrackChanges

func (m *TrackChangesCommandArchive) GetTrackChanges() bool

func (*TrackChangesCommandArchive) ProtoMessage

func (*TrackChangesCommandArchive) ProtoMessage()

func (*TrackChangesCommandArchive) Reset

func (m *TrackChangesCommandArchive) Reset()

func (*TrackChangesCommandArchive) String

func (m *TrackChangesCommandArchive) String() string

type UIStateArchive

type UIStateArchive struct {
	LayoutState      *TSP.Reference `protobuf:"bytes,1,opt,name=layout_state" json:"layout_state,omitempty"`
	ViewState        *TSP.Reference `protobuf:"bytes,2,opt,name=view_state" json:"view_state,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*UIStateArchive) GetLayoutState

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

func (*UIStateArchive) GetViewState

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

func (*UIStateArchive) ProtoMessage

func (*UIStateArchive) ProtoMessage()

func (*UIStateArchive) Reset

func (m *UIStateArchive) Reset()

func (*UIStateArchive) String

func (m *UIStateArchive) String() string

type ViewScaleMode

type ViewScaleMode int32
const (
	ViewScaleMode_ViewScaleMode_UserDefined ViewScaleMode = 0
	ViewScaleMode_ViewScaleMode_FitWidth    ViewScaleMode = 1
	ViewScaleMode_ViewScaleMode_FirPage     ViewScaleMode = 2
)
const Default_ViewStateArchive_ViewScaleMode ViewScaleMode = ViewScaleMode_ViewScaleMode_UserDefined

func (ViewScaleMode) Enum

func (x ViewScaleMode) Enum() *ViewScaleMode

func (ViewScaleMode) String

func (x ViewScaleMode) String() string

func (*ViewScaleMode) UnmarshalJSON

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

type ViewStateArchive

type ViewStateArchive struct {
	OBSOLETEViewScale                        *float32             `protobuf:"fixed32,1,opt,name=OBSOLETE_view_scale" json:"OBSOLETE_view_scale,omitempty"`
	VisibleRectOrigin                        *TSP.Point           `protobuf:"bytes,2,opt,name=visible_rect_origin" json:"visible_rect_origin,omitempty"`
	OBSOLETELandscape                        *bool                `protobuf:"varint,3,opt,name=OBSOLETE_landscape" json:"OBSOLETE_landscape,omitempty"`
	Selection                                *TSP.Reference       `protobuf:"bytes,4,opt,name=selection" json:"selection,omitempty"`
	SelectionModel                           *TSP.Reference       `protobuf:"bytes,5,opt,name=selection_model" json:"selection_model,omitempty"`
	MasterDrawablesSelectable                *bool                `protobuf:"varint,6,opt,name=master_drawables_selectable" json:"master_drawables_selectable,omitempty"`
	VisibleRectSize                          *TSP.Size            `protobuf:"bytes,7,opt,name=visible_rect_size" json:"visible_rect_size,omitempty"`
	ChartUiState                             []*TSCH.ChartUIState `protobuf:"bytes,8,rep,name=chart_ui_state" json:"chart_ui_state,omitempty"`
	RulerVisible                             *bool                `protobuf:"varint,9,opt,name=ruler_visible,def=1" json:"ruler_visible,omitempty"`
	LayoutBordersVisible                     *bool                `protobuf:"varint,10,opt,name=layout_borders_visible,def=0" json:"layout_borders_visible,omitempty"`
	WordCountHudVisible                      *bool                `protobuf:"varint,11,opt,name=word_count_hud_visible,def=0" json:"word_count_hud_visible,omitempty"`
	ShowsComments                            *bool                `protobuf:"varint,12,opt,name=shows_comments,def=1" json:"shows_comments,omitempty"`
	ShowsPageNavigator                       *bool                `protobuf:"varint,13,opt,name=shows_page_navigator,def=0" json:"shows_page_navigator,omitempty"`
	ViewScaleMode                            *ViewScaleMode       `protobuf:"varint,14,opt,name=view_scale_mode,enum=TP.ViewScaleMode,def=0" json:"view_scale_mode,omitempty"`
	ViewScale                                *float32             `protobuf:"fixed32,15,opt,name=view_scale,def=1.25" json:"view_scale,omitempty"`
	WindowFrameOrigin                        *TSP.Point           `protobuf:"bytes,16,opt,name=window_frame_origin" json:"window_frame_origin,omitempty"`
	WindowFrameSize                          *TSP.Size            `protobuf:"bytes,17,opt,name=window_frame_size" json:"window_frame_size,omitempty"`
	SelectedInspectorSwitchSegmentIdentifier *string              `` /* 135-byte string literal not displayed */
	InspectorHidden                          *bool                `protobuf:"varint,19,opt,name=inspector_hidden" json:"inspector_hidden,omitempty"`
	XXX_unrecognized                         []byte               `json:"-"`
}

func (*ViewStateArchive) GetChartUiState

func (m *ViewStateArchive) GetChartUiState() []*TSCH.ChartUIState

func (*ViewStateArchive) GetInspectorHidden

func (m *ViewStateArchive) GetInspectorHidden() bool

func (*ViewStateArchive) GetLayoutBordersVisible

func (m *ViewStateArchive) GetLayoutBordersVisible() bool

func (*ViewStateArchive) GetMasterDrawablesSelectable

func (m *ViewStateArchive) GetMasterDrawablesSelectable() bool

func (*ViewStateArchive) GetOBSOLETELandscape

func (m *ViewStateArchive) GetOBSOLETELandscape() bool

func (*ViewStateArchive) GetOBSOLETEViewScale

func (m *ViewStateArchive) GetOBSOLETEViewScale() float32

func (*ViewStateArchive) GetRulerVisible

func (m *ViewStateArchive) GetRulerVisible() bool

func (*ViewStateArchive) GetSelectedInspectorSwitchSegmentIdentifier

func (m *ViewStateArchive) GetSelectedInspectorSwitchSegmentIdentifier() string

func (*ViewStateArchive) GetSelection

func (m *ViewStateArchive) GetSelection() *TSP.Reference

func (*ViewStateArchive) GetSelectionModel

func (m *ViewStateArchive) GetSelectionModel() *TSP.Reference

func (*ViewStateArchive) GetShowsComments

func (m *ViewStateArchive) GetShowsComments() bool

func (*ViewStateArchive) GetShowsPageNavigator

func (m *ViewStateArchive) GetShowsPageNavigator() bool

func (*ViewStateArchive) GetViewScale

func (m *ViewStateArchive) GetViewScale() float32

func (*ViewStateArchive) GetViewScaleMode

func (m *ViewStateArchive) GetViewScaleMode() ViewScaleMode

func (*ViewStateArchive) GetVisibleRectOrigin

func (m *ViewStateArchive) GetVisibleRectOrigin() *TSP.Point

func (*ViewStateArchive) GetVisibleRectSize

func (m *ViewStateArchive) GetVisibleRectSize() *TSP.Size

func (*ViewStateArchive) GetWindowFrameOrigin

func (m *ViewStateArchive) GetWindowFrameOrigin() *TSP.Point

func (*ViewStateArchive) GetWindowFrameSize

func (m *ViewStateArchive) GetWindowFrameSize() *TSP.Size

func (*ViewStateArchive) GetWordCountHudVisible

func (m *ViewStateArchive) GetWordCountHudVisible() bool

func (*ViewStateArchive) ProtoMessage

func (*ViewStateArchive) ProtoMessage()

func (*ViewStateArchive) Reset

func (m *ViewStateArchive) Reset()

func (*ViewStateArchive) String

func (m *ViewStateArchive) String() string

Jump to

Keyboard shortcuts

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