docframepb

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Code generated by go generate; DO NOT EDIT. This file was generated by docframe document element generator

Index

Constants

This section is empty.

Variables

View Source
var (
	ProtoSPBMode_name = map[int32]string{
		0: "NONE",
		1: "SUPERSCRIPT",
		2: "SUBSCRIPT",
	}
	ProtoSPBMode_value = map[string]int32{
		"NONE":        0,
		"SUPERSCRIPT": 1,
		"SUBSCRIPT":   2,
	}
)

Enum value maps for ProtoSPBMode.

View Source
var (
	ProtoRuleStyle_name = map[int32]string{
		0:   "DUMMY_RULE_STYLE",
		1:   "SOLID",
		2:   "SPARSE_SHADING",
		3:   "MEDIUM_SHADING",
		4:   "DENSE_SHADING",
		5:   "LIGHT_DOTTED",
		6:   "MEDIUM_DOTTED",
		7:   "HEAVY_DOTTED",
		8:   "LIGHT_DASHED",
		9:   "MEDIUM_DASHED",
		10:  "HEAVY_DASHED",
		11:  "DASH_PATTERN",
		254: "DOUBLE",
	}
	ProtoRuleStyle_value = map[string]int32{
		"DUMMY_RULE_STYLE": 0,
		"SOLID":            1,
		"SPARSE_SHADING":   2,
		"MEDIUM_SHADING":   3,
		"DENSE_SHADING":    4,
		"LIGHT_DOTTED":     5,
		"MEDIUM_DOTTED":    6,
		"HEAVY_DOTTED":     7,
		"LIGHT_DASHED":     8,
		"MEDIUM_DASHED":    9,
		"HEAVY_DASHED":     10,
		"DASH_PATTERN":     11,
		"DOUBLE":           254,
	}
)

Enum value maps for ProtoRuleStyle.

View Source
var (
	ProtoMeasureType_name = map[int32]string{
		0: "PT",
		1: "CM",
		2: "MM",
		3: "IN",
		4: "PERCENT",
		5: "PX",
	}
	ProtoMeasureType_value = map[string]int32{
		"PT":      0,
		"CM":      1,
		"MM":      2,
		"IN":      3,
		"PERCENT": 4,
		"PX":      5,
	}
)

Enum value maps for ProtoMeasureType.

View Source
var (
	ProtoAdvancedIllustrationAreaTextFlowType_name = map[int32]string{
		0: "DO_NOT_USE_AT_ALL",
		1: "AROUND",
		2: "NO_FLOW",
		3: "FOREGROUND",
		4: "BACKGROUND",
	}
	ProtoAdvancedIllustrationAreaTextFlowType_value = map[string]int32{
		"DO_NOT_USE_AT_ALL": 0,
		"AROUND":            1,
		"NO_FLOW":           2,
		"FOREGROUND":        3,
		"BACKGROUND":        4,
	}
)

Enum value maps for ProtoAdvancedIllustrationAreaTextFlowType.

View Source
var (
	ProtoColorType_name = map[int32]string{
		0: "DUMMY_COLOR_TYPE",
		3: "RGB",
		4: "CMYK",
	}
	ProtoColorType_value = map[string]int32{
		"DUMMY_COLOR_TYPE": 0,
		"RGB":              3,
		"CMYK":             4,
	}
)

Enum value maps for ProtoColorType.

View Source
var (
	ProtoHorizontalAlignment_name = map[int32]string{
		0: "ALIGN_LEFT",
		1: "ALIGN_CENTER",
		2: "ALIGN_RIGHT",
		3: "ALIGN_JUSTIFY",
		4: "ALIGN_FULL_JUSTIFY",
		5: "ALIGN_CENTER_ON_PAGE",
	}
	ProtoHorizontalAlignment_value = map[string]int32{
		"ALIGN_LEFT":           0,
		"ALIGN_CENTER":         1,
		"ALIGN_RIGHT":          2,
		"ALIGN_JUSTIFY":        3,
		"ALIGN_FULL_JUSTIFY":   4,
		"ALIGN_CENTER_ON_PAGE": 5,
	}
)

Enum value maps for ProtoHorizontalAlignment.

View Source
var (
	ProtoVerticalAlignment_name = map[int32]string{
		0: "TOP",
		1: "MIDDLE",
		2: "BOTTOM",
	}
	ProtoVerticalAlignment_value = map[string]int32{
		"TOP":    0,
		"MIDDLE": 1,
		"BOTTOM": 2,
	}
)

Enum value maps for ProtoVerticalAlignment.

View Source
var (
	ProtoBarcodeType_name = map[int32]string{
		0: "PDF417",
		1: "DATAMATRIX",
		2: "BC128",
		3: "QR",
		4: "ITF",
		5: "EAN8",
		6: "EAN13",
		7: "CODE39",
		8: "SWISSQR",
		9: "AZTEC",
	}
	ProtoBarcodeType_value = map[string]int32{
		"PDF417":     0,
		"DATAMATRIX": 1,
		"BC128":      2,
		"QR":         3,
		"ITF":        4,
		"EAN8":       5,
		"EAN13":      6,
		"CODE39":     7,
		"SWISSQR":    8,
		"AZTEC":      9,
	}
)

Enum value maps for ProtoBarcodeType.

View Source
var (
	ProtoPositionMode_name = map[int32]string{
		0: "CENTER",
		1: "LEFT",
		2: "FOLIO",
		3: "RIGHT",
		4: "REVERSE_FOLIO",
	}
	ProtoPositionMode_value = map[string]int32{
		"CENTER":        0,
		"LEFT":          1,
		"FOLIO":         2,
		"RIGHT":         3,
		"REVERSE_FOLIO": 4,
	}
)

Enum value maps for ProtoPositionMode.

View Source
var (
	ProtoUnderlineMode_name = map[int32]string{
		0: "DUMMY_UNDERLINE_MODE",
		1: "WORDS_NO_BLANKS",
		2: "WORDS_AND_BLANKS",
		3: "CHARACTERS_NO_BLANKS",
		4: "CHARACTERS_AND_BLANKS",
	}
	ProtoUnderlineMode_value = map[string]int32{
		"DUMMY_UNDERLINE_MODE":  0,
		"WORDS_NO_BLANKS":       1,
		"WORDS_AND_BLANKS":      2,
		"CHARACTERS_NO_BLANKS":  3,
		"CHARACTERS_AND_BLANKS": 4,
	}
)

Enum value maps for ProtoUnderlineMode.

View Source
var (
	ProtoImageReferencePoint_name = map[int32]string{
		0: "REF_POINT_DO_NOT_USE_AT_ALL",
		1: "REF_POINT_BOTTOM_LEFT",
		2: "REF_POINT_TOP_LEFT",
		3: "REF_POINT_CENTER",
		4: "REF_POINT_BOTTOM_RIGHT",
		5: "REF_POINT_TOP_RIGHT",
	}
	ProtoImageReferencePoint_value = map[string]int32{
		"REF_POINT_DO_NOT_USE_AT_ALL": 0,
		"REF_POINT_BOTTOM_LEFT":       1,
		"REF_POINT_TOP_LEFT":          2,
		"REF_POINT_CENTER":            3,
		"REF_POINT_BOTTOM_RIGHT":      4,
		"REF_POINT_TOP_RIGHT":         5,
	}
)

Enum value maps for ProtoImageReferencePoint.

View Source
var (
	ProtoNumberType_name = map[int32]string{
		0: "ARABIC",
		1: "ROM_UPPERCASE",
		2: "ROM_LOWERCASE",
		3: "LETTER_UPPERCASE",
		4: "LETTER_LOWERCASE",
	}
	ProtoNumberType_value = map[string]int32{
		"ARABIC":           0,
		"ROM_UPPERCASE":    1,
		"ROM_LOWERCASE":    2,
		"LETTER_UPPERCASE": 3,
		"LETTER_LOWERCASE": 4,
	}
)

Enum value maps for ProtoNumberType.

View Source
var (
	ProtoListLevelSettingType_name = map[int32]string{
		0: "UNNUMBERED",
		1: "NUMERIC",
		2: "IMAGE",
	}
	ProtoListLevelSettingType_value = map[string]int32{
		"UNNUMBERED": 0,
		"NUMERIC":    1,
		"IMAGE":      2,
	}
)

Enum value maps for ProtoListLevelSettingType.

View Source
var (
	ProtoTableContentGroupType_name = map[int32]string{
		0: "BODY",
		1: "HEADER",
		2: "FOOTER",
		3: "SUB_HEADER",
	}
	ProtoTableContentGroupType_value = map[string]int32{
		"BODY":       0,
		"HEADER":     1,
		"FOOTER":     2,
		"SUB_HEADER": 3,
	}
)

Enum value maps for ProtoTableContentGroupType.

View Source
var (
	ProtoTableCellType_name = map[int32]string{
		0: "TABLE_CELL_BODY",
		1: "TABLE_CELL_ROW_HEADER",
		2: "TABLE_CELL_ROW_FOOTER",
	}
	ProtoTableCellType_value = map[string]int32{
		"TABLE_CELL_BODY":       0,
		"TABLE_CELL_ROW_HEADER": 1,
		"TABLE_CELL_ROW_FOOTER": 2,
	}
)

Enum value maps for ProtoTableCellType.

View Source
var (
	NodeType_name = map[int32]string{
		0:  "DOCUMENT_ELEMENT_BRANCH_DOCUMENT_ELEMENT",
		1:  "DOCUMENT_ELEMENT_BRICK_REFERENCE",
		2:  "DOCUMENT_ELEMENT_BRICK",
		3:  "DOCUMENT_ELEMENT_DOCUMENT_ELEMENT",
		4:  "DOCUMENT_ELEMENT_LINEBREAK",
		6:  "DOCUMENT_ELEMENT_LIST_SETTING",
		7:  "DOCUMENT_ELEMENT_PARAGRAPH_FORMAT",
		8:  "DOCUMENT_ELEMENT_PARAGRAPH",
		9:  "DOCUMENT_ELEMENT_SECTION",
		10: "DOCUMENT_ELEMENT_SPAN",
		11: "DOCUMENT_ELEMENT_TABLE",
		12: "DOCUMENT_ELEMENT_TABLE_CELL",
		13: "DOCUMENT_ELEMENT_TABLE_ROW",
		15: "DOCUMENT_ELEMENT_TEMPLATE",
		16: "DOCUMENT_ELEMENT_TEXT",
		19: "DOCUMENT_ELEMENT_COLOR_DEF",
		30: "DOCUMENT_ELEMENT_IMAGE",
		34: "DOCUMENT_ELEMENT_NAMED_STRING",
		35: "DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP",
		36: "DOCUMENT_ELEMENT_TABLE_CONFIG",
		37: "DOCUMENT_ELEMENT_TABLE_CELL_CONFIG",
		38: "DOCUMENT_ELEMENT_TABLE_ROW_CONFIG",
		39: "DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP_CONFIG",
		40: "DOCUMENT_ELEMENT_LINK",
		41: "DOCUMENT_ELEMENT_DIRECTORY",
		42: "DOCUMENT_ELEMENT_TEXT_BRICK",
		44: "DOCUMENT_ELEMENT_VARIABLE",
		45: "DOCUMENT_ELEMENT_SPACE_VERTICALLY",
		46: "DOCUMENT_ELEMENT_FORMATTED",
		47: "DOCUMENT_ELEMENT_APPLY_C_DEF",
		48: "DOCUMENT_ELEMENT_APPLY_P_DEF",
		49: "DOCUMENT_ELEMENT_APPLY_PT_CONFIG",
		50: "DOCUMENT_ELEMENT_APPLY_UL_CONFIG",
		51: "DOCUMENT_ELEMENT_C_DEF",
		52: "DOCUMENT_ELEMENT_P_DEF",
		53: "DOCUMENT_ELEMENT_PT_CONFIG",
		54: "DOCUMENT_ELEMENT_UL_CONFIG",
		55: "DOCUMENT_ELEMENT_NEW_PAGE",
		56: "DOCUMENT_ELEMENT_HEADER",
		57: "DOCUMENT_ELEMENT_FOOTER",
		60: "DOCUMENT_ELEMENT_INDENTATION",
		61: "DOCUMENT_ELEMENT_BARCODE",
		62: "DOCUMENT_ELEMENT_WS_AREA",
		63: "DOCUMENT_ELEMENT_CARRY_OVER",
		64: "DOCUMENT_ELEMENT_SUB_TOTAL",
		65: "DOCUMENT_ELEMENT_LOOP",
		66: "DOCUMENT_ELEMENT_LOOP_ENTRY",
		67: "DOCUMENT_ELEMENT_RULE",
		68: "DOCUMENT_ELEMENT_LIST_LEVEL_SETTING",
		69: "DOCUMENT_ELEMENT_LAYOUT",
	}
	NodeType_value = map[string]int32{
		"DOCUMENT_ELEMENT_BRANCH_DOCUMENT_ELEMENT":    0,
		"DOCUMENT_ELEMENT_BRICK_REFERENCE":            1,
		"DOCUMENT_ELEMENT_BRICK":                      2,
		"DOCUMENT_ELEMENT_DOCUMENT_ELEMENT":           3,
		"DOCUMENT_ELEMENT_LINEBREAK":                  4,
		"DOCUMENT_ELEMENT_LIST_SETTING":               6,
		"DOCUMENT_ELEMENT_PARAGRAPH_FORMAT":           7,
		"DOCUMENT_ELEMENT_PARAGRAPH":                  8,
		"DOCUMENT_ELEMENT_SECTION":                    9,
		"DOCUMENT_ELEMENT_SPAN":                       10,
		"DOCUMENT_ELEMENT_TABLE":                      11,
		"DOCUMENT_ELEMENT_TABLE_CELL":                 12,
		"DOCUMENT_ELEMENT_TABLE_ROW":                  13,
		"DOCUMENT_ELEMENT_TEMPLATE":                   15,
		"DOCUMENT_ELEMENT_TEXT":                       16,
		"DOCUMENT_ELEMENT_COLOR_DEF":                  19,
		"DOCUMENT_ELEMENT_IMAGE":                      30,
		"DOCUMENT_ELEMENT_NAMED_STRING":               34,
		"DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP":        35,
		"DOCUMENT_ELEMENT_TABLE_CONFIG":               36,
		"DOCUMENT_ELEMENT_TABLE_CELL_CONFIG":          37,
		"DOCUMENT_ELEMENT_TABLE_ROW_CONFIG":           38,
		"DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP_CONFIG": 39,
		"DOCUMENT_ELEMENT_LINK":                       40,
		"DOCUMENT_ELEMENT_DIRECTORY":                  41,
		"DOCUMENT_ELEMENT_TEXT_BRICK":                 42,
		"DOCUMENT_ELEMENT_VARIABLE":                   44,
		"DOCUMENT_ELEMENT_SPACE_VERTICALLY":           45,
		"DOCUMENT_ELEMENT_FORMATTED":                  46,
		"DOCUMENT_ELEMENT_APPLY_C_DEF":                47,
		"DOCUMENT_ELEMENT_APPLY_P_DEF":                48,
		"DOCUMENT_ELEMENT_APPLY_PT_CONFIG":            49,
		"DOCUMENT_ELEMENT_APPLY_UL_CONFIG":            50,
		"DOCUMENT_ELEMENT_C_DEF":                      51,
		"DOCUMENT_ELEMENT_P_DEF":                      52,
		"DOCUMENT_ELEMENT_PT_CONFIG":                  53,
		"DOCUMENT_ELEMENT_UL_CONFIG":                  54,
		"DOCUMENT_ELEMENT_NEW_PAGE":                   55,
		"DOCUMENT_ELEMENT_HEADER":                     56,
		"DOCUMENT_ELEMENT_FOOTER":                     57,
		"DOCUMENT_ELEMENT_INDENTATION":                60,
		"DOCUMENT_ELEMENT_BARCODE":                    61,
		"DOCUMENT_ELEMENT_WS_AREA":                    62,
		"DOCUMENT_ELEMENT_CARRY_OVER":                 63,
		"DOCUMENT_ELEMENT_SUB_TOTAL":                  64,
		"DOCUMENT_ELEMENT_LOOP":                       65,
		"DOCUMENT_ELEMENT_LOOP_ENTRY":                 66,
		"DOCUMENT_ELEMENT_RULE":                       67,
		"DOCUMENT_ELEMENT_LIST_LEVEL_SETTING":         68,
		"DOCUMENT_ELEMENT_LAYOUT":                     69,
	}
)

Enum value maps for NodeType.

View Source
var (
	ProtoVariableSpecialType_name = map[int32]string{
		0: "NOT_SPECIAL",
		1: "TABLE_NUMBER",
		2: "DOC_PAGE_COUNT",
		3: "DOC_CUR_PAGE",
		4: "CUR_PAGE",
		5: "PAGE_COUNT",
		6: "PREV_PAGE",
		7: "SECTION_PAGE",
		8: "UPDATED_AT",
		9: "GENERATED_AT",
	}
	ProtoVariableSpecialType_value = map[string]int32{
		"NOT_SPECIAL":    0,
		"TABLE_NUMBER":   1,
		"DOC_PAGE_COUNT": 2,
		"DOC_CUR_PAGE":   3,
		"CUR_PAGE":       4,
		"PAGE_COUNT":     5,
		"PREV_PAGE":      6,
		"SECTION_PAGE":   7,
		"UPDATED_AT":     8,
		"GENERATED_AT":   9,
	}
)

Enum value maps for ProtoVariableSpecialType.

View Source
var (
	ProtoPageMode_name = map[int32]string{
		0: "NEXT_PAGE",
		1: "NEXT_RECTO_PAGE",
		2: "NEXT_VERSO_PAGE",
	}
	ProtoPageMode_value = map[string]int32{
		"NEXT_PAGE":       0,
		"NEXT_RECTO_PAGE": 1,
		"NEXT_VERSO_PAGE": 2,
	}
)

Enum value maps for ProtoPageMode.

View Source
var (
	ProtoPageOrientation_name = map[int32]string{
		0: "UNSET",
		1: "PORTRAIT",
		2: "LANDSCAPE",
		3: "INVERSE_PORTRAIT",
		4: "INVERSE_LANDSCAPE",
	}
	ProtoPageOrientation_value = map[string]int32{
		"UNSET":             0,
		"PORTRAIT":          1,
		"LANDSCAPE":         2,
		"INVERSE_PORTRAIT":  3,
		"INVERSE_LANDSCAPE": 4,
	}
)

Enum value maps for ProtoPageOrientation.

View Source
var (
	ProtoSubTotalPosition_name = map[int32]string{
		0: "POSITION_ABOVE_FOOTER",
		1: "POSITION_BELOW_CONTENT",
	}
	ProtoSubTotalPosition_value = map[string]int32{
		"POSITION_ABOVE_FOOTER":  0,
		"POSITION_BELOW_CONTENT": 1,
	}
)

Enum value maps for ProtoSubTotalPosition.

View Source
var (
	ProtoRuleMode_name = map[int32]string{
		0: "NORMAL",
		1: "BOUNDARY",
	}
	ProtoRuleMode_value = map[string]int32{
		"NORMAL":   0,
		"BOUNDARY": 1,
	}
)

Enum value maps for ProtoRuleMode.

View Source
var File_build_docframe_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Message added in v0.0.2

type Message interface {
	proto.Message

	ToNode(children ...Message) *Node
}

type Node

type Node struct {
	Children []*Node `protobuf:"bytes,1,rep,name=children,proto3" json:"children,omitempty"`
	// Types that are assignable to Object:
	//
	//	*Node_ListSetting
	//	*Node_ColorDef
	//	*Node_Brick
	//	*Node_Template
	//	*Node_Formatted
	//	*Node_Image
	//	*Node_ParagraphFormat
	//	*Node_TextBrick
	//	*Node_Text
	//	*Node_Linebreak
	//	*Node_SpaceVertically
	//	*Node_Footer
	//	*Node_Header
	//	*Node_Table
	//	*Node_TableRow
	//	*Node_TableCell
	//	*Node_CDef
	//	*Node_PDef
	//	*Node_ApplyCDef
	//	*Node_ApplyPDef
	//	*Node_ApplyPtConfig
	//	*Node_ApplyUlConfig
	//	*Node_PtConfig
	//	*Node_UlConfig
	//	*Node_NewPage
	//	*Node_Variable
	//	*Node_NamedString
	//	*Node_Paragraph
	//	*Node_Section
	//	*Node_Span
	//	*Node_Link
	//	*Node_Directory
	//	*Node_TableContentGroup
	//	*Node_TableConfig
	//	*Node_TableCellConfig
	//	*Node_TableRowConfig
	//	*Node_TableContentGroupConfig
	//	*Node_BrickReference
	//	*Node_Indentation
	//	*Node_Barcode
	//	*Node_WsArea
	//	*Node_CarryOver
	//	*Node_SubTotal
	//	*Node_Loop
	//	*Node_LoopEntry
	//	*Node_Rule
	//	*Node_Layout
	Object isNode_Object `protobuf_oneof:"object"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetApplyCDef

func (x *Node) GetApplyCDef() *ProtoApplyProtoCDef

func (*Node) GetApplyPDef

func (x *Node) GetApplyPDef() *ProtoApplyProtoPDef

func (*Node) GetApplyPtConfig

func (x *Node) GetApplyPtConfig() *ProtoApplyPtConfig

func (*Node) GetApplyUlConfig

func (x *Node) GetApplyUlConfig() *ProtoApplyUlConfig

func (*Node) GetBarcode added in v0.0.4

func (x *Node) GetBarcode() *ProtoBarcode

func (*Node) GetBrick

func (x *Node) GetBrick() *ProtoBrick

func (*Node) GetBrickReference

func (x *Node) GetBrickReference() *ProtoBrickReference

func (*Node) GetCDef

func (x *Node) GetCDef() *ProtoCDef

func (*Node) GetCarryOver added in v0.0.6

func (x *Node) GetCarryOver() *ProtoCarryOver

func (*Node) GetChildren

func (x *Node) GetChildren() []*Node

func (*Node) GetColorDef added in v0.0.11

func (x *Node) GetColorDef() *ProtoColorDef

func (*Node) GetDirectory

func (x *Node) GetDirectory() *ProtoDirectory

func (*Node) GetFooter

func (x *Node) GetFooter() *ProtoFooter

func (*Node) GetFormatted

func (x *Node) GetFormatted() *ProtoFormatted

func (*Node) GetHeader

func (x *Node) GetHeader() *ProtoHeader

func (*Node) GetImage

func (x *Node) GetImage() *ProtoImage

func (*Node) GetIndentation

func (x *Node) GetIndentation() *ProtoIndentation

func (*Node) GetLayout added in v0.0.25

func (x *Node) GetLayout() *ProtoLayout

func (*Node) GetLinebreak

func (x *Node) GetLinebreak() *ProtoLinebreak
func (x *Node) GetLink() *ProtoLink

func (*Node) GetListSetting

func (x *Node) GetListSetting() *ProtoListSetting

func (*Node) GetLoop added in v0.0.6

func (x *Node) GetLoop() *ProtoLoop

func (*Node) GetLoopEntry added in v0.0.6

func (x *Node) GetLoopEntry() *ProtoLoopEntry

func (*Node) GetNamedString

func (x *Node) GetNamedString() *ProtoNamedString

func (*Node) GetNewPage

func (x *Node) GetNewPage() *ProtoNewPage

func (*Node) GetObject

func (m *Node) GetObject() isNode_Object

func (*Node) GetPDef

func (x *Node) GetPDef() *ProtoPDef

func (*Node) GetParagraph

func (x *Node) GetParagraph() *ProtoParagraph

func (*Node) GetParagraphFormat

func (x *Node) GetParagraphFormat() *ProtoParagraphFormat

func (*Node) GetPtConfig

func (x *Node) GetPtConfig() *ProtoPtConfig

func (*Node) GetRule added in v0.0.8

func (x *Node) GetRule() *ProtoRule

func (*Node) GetSection

func (x *Node) GetSection() *ProtoSection

func (*Node) GetSpaceVertically

func (x *Node) GetSpaceVertically() *ProtoSpaceVertically

func (*Node) GetSpan

func (x *Node) GetSpan() *ProtoSpan

func (*Node) GetSubTotal added in v0.0.6

func (x *Node) GetSubTotal() *ProtoSubTotal

func (*Node) GetTable

func (x *Node) GetTable() *ProtoTable

func (*Node) GetTableCell

func (x *Node) GetTableCell() *ProtoTableCell

func (*Node) GetTableCellConfig

func (x *Node) GetTableCellConfig() *ProtoTableCellConfig

func (*Node) GetTableConfig

func (x *Node) GetTableConfig() *ProtoTableConfig

func (*Node) GetTableContentGroup

func (x *Node) GetTableContentGroup() *ProtoTableContentGroup

func (*Node) GetTableContentGroupConfig

func (x *Node) GetTableContentGroupConfig() *ProtoTableContentGroupConfig

func (*Node) GetTableRow

func (x *Node) GetTableRow() *ProtoTableRow

func (*Node) GetTableRowConfig

func (x *Node) GetTableRowConfig() *ProtoTableRowConfig

func (*Node) GetTemplate

func (x *Node) GetTemplate() *ProtoTemplate

func (*Node) GetText

func (x *Node) GetText() *ProtoText

func (*Node) GetTextBrick

func (x *Node) GetTextBrick() *ProtoTextBrick

func (*Node) GetUlConfig

func (x *Node) GetUlConfig() *ProtoUlConfig

func (*Node) GetVariable

func (x *Node) GetVariable() *ProtoVariable

func (*Node) GetWsArea added in v0.0.6

func (x *Node) GetWsArea() *ProtoWsArea

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

func (*Node) ToNode added in v0.0.2

func (n *Node) ToNode(...Message) *Node

type NodeType

type NodeType int32
const (
	NodeType_DOCUMENT_ELEMENT_BRANCH_DOCUMENT_ELEMENT    NodeType = 0
	NodeType_DOCUMENT_ELEMENT_BRICK_REFERENCE            NodeType = 1
	NodeType_DOCUMENT_ELEMENT_BRICK                      NodeType = 2
	NodeType_DOCUMENT_ELEMENT_DOCUMENT_ELEMENT           NodeType = 3
	NodeType_DOCUMENT_ELEMENT_LINEBREAK                  NodeType = 4
	NodeType_DOCUMENT_ELEMENT_LIST_SETTING               NodeType = 6
	NodeType_DOCUMENT_ELEMENT_PARAGRAPH_FORMAT           NodeType = 7
	NodeType_DOCUMENT_ELEMENT_PARAGRAPH                  NodeType = 8
	NodeType_DOCUMENT_ELEMENT_SECTION                    NodeType = 9
	NodeType_DOCUMENT_ELEMENT_SPAN                       NodeType = 10
	NodeType_DOCUMENT_ELEMENT_TABLE                      NodeType = 11
	NodeType_DOCUMENT_ELEMENT_TABLE_CELL                 NodeType = 12
	NodeType_DOCUMENT_ELEMENT_TABLE_ROW                  NodeType = 13
	NodeType_DOCUMENT_ELEMENT_TEMPLATE                   NodeType = 15
	NodeType_DOCUMENT_ELEMENT_TEXT                       NodeType = 16
	NodeType_DOCUMENT_ELEMENT_COLOR_DEF                  NodeType = 19
	NodeType_DOCUMENT_ELEMENT_IMAGE                      NodeType = 30
	NodeType_DOCUMENT_ELEMENT_NAMED_STRING               NodeType = 34
	NodeType_DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP        NodeType = 35
	NodeType_DOCUMENT_ELEMENT_TABLE_CONFIG               NodeType = 36
	NodeType_DOCUMENT_ELEMENT_TABLE_CELL_CONFIG          NodeType = 37
	NodeType_DOCUMENT_ELEMENT_TABLE_ROW_CONFIG           NodeType = 38
	NodeType_DOCUMENT_ELEMENT_TABLE_CONTENT_GROUP_CONFIG NodeType = 39
	NodeType_DOCUMENT_ELEMENT_LINK                       NodeType = 40
	NodeType_DOCUMENT_ELEMENT_DIRECTORY                  NodeType = 41
	NodeType_DOCUMENT_ELEMENT_TEXT_BRICK                 NodeType = 42
	NodeType_DOCUMENT_ELEMENT_VARIABLE                   NodeType = 44
	NodeType_DOCUMENT_ELEMENT_SPACE_VERTICALLY           NodeType = 45
	NodeType_DOCUMENT_ELEMENT_FORMATTED                  NodeType = 46
	NodeType_DOCUMENT_ELEMENT_APPLY_C_DEF                NodeType = 47
	NodeType_DOCUMENT_ELEMENT_APPLY_P_DEF                NodeType = 48
	NodeType_DOCUMENT_ELEMENT_APPLY_PT_CONFIG            NodeType = 49
	NodeType_DOCUMENT_ELEMENT_APPLY_UL_CONFIG            NodeType = 50
	NodeType_DOCUMENT_ELEMENT_C_DEF                      NodeType = 51
	NodeType_DOCUMENT_ELEMENT_P_DEF                      NodeType = 52
	NodeType_DOCUMENT_ELEMENT_PT_CONFIG                  NodeType = 53
	NodeType_DOCUMENT_ELEMENT_UL_CONFIG                  NodeType = 54
	NodeType_DOCUMENT_ELEMENT_NEW_PAGE                   NodeType = 55
	NodeType_DOCUMENT_ELEMENT_HEADER                     NodeType = 56
	NodeType_DOCUMENT_ELEMENT_FOOTER                     NodeType = 57
	NodeType_DOCUMENT_ELEMENT_INDENTATION                NodeType = 60
	NodeType_DOCUMENT_ELEMENT_BARCODE                    NodeType = 61
	NodeType_DOCUMENT_ELEMENT_WS_AREA                    NodeType = 62
	NodeType_DOCUMENT_ELEMENT_CARRY_OVER                 NodeType = 63
	NodeType_DOCUMENT_ELEMENT_SUB_TOTAL                  NodeType = 64
	NodeType_DOCUMENT_ELEMENT_LOOP                       NodeType = 65
	NodeType_DOCUMENT_ELEMENT_LOOP_ENTRY                 NodeType = 66
	NodeType_DOCUMENT_ELEMENT_RULE                       NodeType = 67
	NodeType_DOCUMENT_ELEMENT_LIST_LEVEL_SETTING         NodeType = 68
	NodeType_DOCUMENT_ELEMENT_LAYOUT                     NodeType = 69
)

func (NodeType) Descriptor

func (NodeType) Descriptor() protoreflect.EnumDescriptor

func (NodeType) Enum

func (x NodeType) Enum() *NodeType

func (NodeType) EnumDescriptor deprecated

func (NodeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeType.Descriptor instead.

func (NodeType) Number

func (x NodeType) Number() protoreflect.EnumNumber

func (NodeType) String

func (x NodeType) String() string

func (NodeType) Type

type Node_ApplyCDef

type Node_ApplyCDef struct {
	ApplyCDef *ProtoApplyProtoCDef `protobuf:"bytes,20,opt,name=apply_c_def,json=applyCDef,proto3,oneof"`
}

type Node_ApplyPDef

type Node_ApplyPDef struct {
	ApplyPDef *ProtoApplyProtoPDef `protobuf:"bytes,21,opt,name=apply_p_def,json=applyPDef,proto3,oneof"`
}

type Node_ApplyPtConfig

type Node_ApplyPtConfig struct {
	ApplyPtConfig *ProtoApplyPtConfig `protobuf:"bytes,22,opt,name=apply_pt_config,json=applyPtConfig,proto3,oneof"`
}

type Node_ApplyUlConfig

type Node_ApplyUlConfig struct {
	ApplyUlConfig *ProtoApplyUlConfig `protobuf:"bytes,23,opt,name=apply_ul_config,json=applyUlConfig,proto3,oneof"`
}

type Node_Barcode added in v0.0.4

type Node_Barcode struct {
	Barcode *ProtoBarcode `protobuf:"bytes,56,opt,name=barcode,proto3,oneof"`
}

type Node_Brick

type Node_Brick struct {
	Brick *ProtoBrick `protobuf:"bytes,4,opt,name=brick,proto3,oneof"`
}

type Node_BrickReference

type Node_BrickReference struct {
	BrickReference *ProtoBrickReference `protobuf:"bytes,40,opt,name=brick_reference,json=brickReference,proto3,oneof"`
}

type Node_CDef

type Node_CDef struct {
	CDef *ProtoCDef `protobuf:"bytes,18,opt,name=c_def,json=cDef,proto3,oneof"`
}

type Node_CarryOver added in v0.0.6

type Node_CarryOver struct {
	CarryOver *ProtoCarryOver `protobuf:"bytes,58,opt,name=carry_over,json=carryOver,proto3,oneof"`
}

type Node_ColorDef added in v0.0.11

type Node_ColorDef struct {
	ColorDef *ProtoColorDef `protobuf:"bytes,3,opt,name=colorDef,proto3,oneof"`
}

type Node_Directory

type Node_Directory struct {
	Directory *ProtoDirectory `protobuf:"bytes,34,opt,name=directory,proto3,oneof"`
}
type Node_Footer struct {
	Footer *ProtoFooter `protobuf:"bytes,13,opt,name=footer,proto3,oneof"`
}

type Node_Formatted

type Node_Formatted struct {
	Formatted *ProtoFormatted `protobuf:"bytes,6,opt,name=formatted,proto3,oneof"`
}

type Node_Header

type Node_Header struct {
	Header *ProtoHeader `protobuf:"bytes,14,opt,name=header,proto3,oneof"`
}

type Node_Image

type Node_Image struct {
	Image *ProtoImage `protobuf:"bytes,7,opt,name=image,proto3,oneof"`
}

type Node_Indentation

type Node_Indentation struct {
	Indentation *ProtoIndentation `protobuf:"bytes,55,opt,name=indentation,proto3,oneof"`
}

type Node_Layout added in v0.0.25

type Node_Layout struct {
	Layout *ProtoLayout `protobuf:"bytes,63,opt,name=layout,proto3,oneof"`
}

type Node_Linebreak

type Node_Linebreak struct {
	Linebreak *ProtoLinebreak `protobuf:"bytes,11,opt,name=linebreak,proto3,oneof"`
}
type Node_Link struct {
	Link *ProtoLink `protobuf:"bytes,33,opt,name=link,proto3,oneof"`
}

type Node_ListSetting

type Node_ListSetting struct {
	ListSetting *ProtoListSetting `protobuf:"bytes,2,opt,name=list_setting,json=listSetting,proto3,oneof"`
}

type Node_Loop added in v0.0.6

type Node_Loop struct {
	Loop *ProtoLoop `protobuf:"bytes,60,opt,name=loop,proto3,oneof"`
}

type Node_LoopEntry added in v0.0.6

type Node_LoopEntry struct {
	LoopEntry *ProtoLoopEntry `protobuf:"bytes,61,opt,name=loop_entry,json=loopEntry,proto3,oneof"`
}

type Node_NamedString

type Node_NamedString struct {
	NamedString *ProtoNamedString `protobuf:"bytes,28,opt,name=named_string,json=namedString,proto3,oneof"`
}

type Node_NewPage

type Node_NewPage struct {
	NewPage *ProtoNewPage `protobuf:"bytes,26,opt,name=new_page,json=newPage,proto3,oneof"`
}

type Node_PDef

type Node_PDef struct {
	PDef *ProtoPDef `protobuf:"bytes,19,opt,name=p_def,json=pDef,proto3,oneof"`
}

type Node_Paragraph

type Node_Paragraph struct {
	Paragraph *ProtoParagraph `protobuf:"bytes,30,opt,name=paragraph,proto3,oneof"`
}

type Node_ParagraphFormat

type Node_ParagraphFormat struct {
	ParagraphFormat *ProtoParagraphFormat `protobuf:"bytes,8,opt,name=paragraph_format,json=paragraphFormat,proto3,oneof"`
}

type Node_PtConfig

type Node_PtConfig struct {
	PtConfig *ProtoPtConfig `protobuf:"bytes,24,opt,name=pt_config,json=ptConfig,proto3,oneof"`
}

type Node_Rule added in v0.0.8

type Node_Rule struct {
	Rule *ProtoRule `protobuf:"bytes,62,opt,name=rule,proto3,oneof"`
}

type Node_Section

type Node_Section struct {
	Section *ProtoSection `protobuf:"bytes,31,opt,name=section,proto3,oneof"`
}

type Node_SpaceVertically

type Node_SpaceVertically struct {
	SpaceVertically *ProtoSpaceVertically `protobuf:"bytes,12,opt,name=space_vertically,json=spaceVertically,proto3,oneof"`
}

type Node_Span

type Node_Span struct {
	Span *ProtoSpan `protobuf:"bytes,32,opt,name=span,proto3,oneof"`
}

type Node_SubTotal added in v0.0.6

type Node_SubTotal struct {
	SubTotal *ProtoSubTotal `protobuf:"bytes,59,opt,name=sub_total,json=subTotal,proto3,oneof"`
}

type Node_Table

type Node_Table struct {
	Table *ProtoTable `protobuf:"bytes,15,opt,name=table,proto3,oneof"`
}

type Node_TableCell

type Node_TableCell struct {
	TableCell *ProtoTableCell `protobuf:"bytes,17,opt,name=table_cell,json=tableCell,proto3,oneof"`
}

type Node_TableCellConfig

type Node_TableCellConfig struct {
	TableCellConfig *ProtoTableCellConfig `protobuf:"bytes,37,opt,name=table_cell_config,json=tableCellConfig,proto3,oneof"`
}

type Node_TableConfig

type Node_TableConfig struct {
	TableConfig *ProtoTableConfig `protobuf:"bytes,36,opt,name=table_config,json=tableConfig,proto3,oneof"`
}

type Node_TableContentGroup

type Node_TableContentGroup struct {
	TableContentGroup *ProtoTableContentGroup `protobuf:"bytes,35,opt,name=table_content_group,json=tableContentGroup,proto3,oneof"`
}

type Node_TableContentGroupConfig

type Node_TableContentGroupConfig struct {
	TableContentGroupConfig *ProtoTableContentGroupConfig `protobuf:"bytes,39,opt,name=table_content_group_config,json=tableContentGroupConfig,proto3,oneof"`
}

type Node_TableRow

type Node_TableRow struct {
	TableRow *ProtoTableRow `protobuf:"bytes,16,opt,name=table_row,json=tableRow,proto3,oneof"`
}

type Node_TableRowConfig

type Node_TableRowConfig struct {
	TableRowConfig *ProtoTableRowConfig `protobuf:"bytes,38,opt,name=table_row_config,json=tableRowConfig,proto3,oneof"`
}

type Node_Template

type Node_Template struct {
	Template *ProtoTemplate `protobuf:"bytes,5,opt,name=template,proto3,oneof"`
}

type Node_Text

type Node_Text struct {
	Text *ProtoText `protobuf:"bytes,10,opt,name=text,proto3,oneof"`
}

type Node_TextBrick

type Node_TextBrick struct {
	TextBrick *ProtoTextBrick `protobuf:"bytes,9,opt,name=text_brick,json=textBrick,proto3,oneof"`
}

type Node_UlConfig

type Node_UlConfig struct {
	UlConfig *ProtoUlConfig `protobuf:"bytes,25,opt,name=ul_config,json=ulConfig,proto3,oneof"`
}

type Node_Variable

type Node_Variable struct {
	Variable *ProtoVariable `protobuf:"bytes,27,opt,name=variable,proto3,oneof"`
}

type Node_WsArea added in v0.0.6

type Node_WsArea struct {
	WsArea *ProtoWsArea `protobuf:"bytes,57,opt,name=ws_area,json=wsArea,proto3,oneof"`
}

type ProtoAdvancedIllustrationArea

type ProtoAdvancedIllustrationArea struct {
	TextFlow *ProtoBoxedAdvancedIllustrationAreaTextFlowType `protobuf:"bytes,1,opt,name=textFlow,proto3" json:"textFlow,omitempty"`
	Margin   *ProtoSideMeasures                              `protobuf:"bytes,2,opt,name=margin,proto3" json:"margin,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoAdvancedIllustrationArea) Descriptor deprecated

func (*ProtoAdvancedIllustrationArea) Descriptor() ([]byte, []int)

Deprecated: Use ProtoAdvancedIllustrationArea.ProtoReflect.Descriptor instead.

func (*ProtoAdvancedIllustrationArea) GetMargin

func (*ProtoAdvancedIllustrationArea) GetTextFlow

func (*ProtoAdvancedIllustrationArea) ProtoMessage

func (*ProtoAdvancedIllustrationArea) ProtoMessage()

func (*ProtoAdvancedIllustrationArea) ProtoReflect

func (*ProtoAdvancedIllustrationArea) Reset

func (x *ProtoAdvancedIllustrationArea) Reset()

func (*ProtoAdvancedIllustrationArea) String

type ProtoAdvancedIllustrationAreaTextFlowType

type ProtoAdvancedIllustrationAreaTextFlowType int32
const (
	ProtoAdvancedIllustrationAreaTextFlowType_DO_NOT_USE_AT_ALL ProtoAdvancedIllustrationAreaTextFlowType = 0
	ProtoAdvancedIllustrationAreaTextFlowType_AROUND            ProtoAdvancedIllustrationAreaTextFlowType = 1
	ProtoAdvancedIllustrationAreaTextFlowType_NO_FLOW           ProtoAdvancedIllustrationAreaTextFlowType = 2
	ProtoAdvancedIllustrationAreaTextFlowType_FOREGROUND        ProtoAdvancedIllustrationAreaTextFlowType = 3
	ProtoAdvancedIllustrationAreaTextFlowType_BACKGROUND        ProtoAdvancedIllustrationAreaTextFlowType = 4
)

func (ProtoAdvancedIllustrationAreaTextFlowType) Descriptor

func (ProtoAdvancedIllustrationAreaTextFlowType) Enum

func (ProtoAdvancedIllustrationAreaTextFlowType) EnumDescriptor deprecated

func (ProtoAdvancedIllustrationAreaTextFlowType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoAdvancedIllustrationAreaTextFlowType.Descriptor instead.

func (ProtoAdvancedIllustrationAreaTextFlowType) Number

func (ProtoAdvancedIllustrationAreaTextFlowType) String

func (ProtoAdvancedIllustrationAreaTextFlowType) Type

type ProtoApplyProtoCDef

type ProtoApplyProtoCDef struct {
	CDefUuid string `protobuf:"bytes,1,opt,name=cDefUuid,proto3" json:"cDefUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoApplyProtoCDef) Descriptor deprecated

func (*ProtoApplyProtoCDef) Descriptor() ([]byte, []int)

Deprecated: Use ProtoApplyProtoCDef.ProtoReflect.Descriptor instead.

func (*ProtoApplyProtoCDef) GetCDefUuid

func (x *ProtoApplyProtoCDef) GetCDefUuid() string

func (*ProtoApplyProtoCDef) ProtoMessage

func (*ProtoApplyProtoCDef) ProtoMessage()

func (*ProtoApplyProtoCDef) ProtoReflect

func (x *ProtoApplyProtoCDef) ProtoReflect() protoreflect.Message

func (*ProtoApplyProtoCDef) Reset

func (x *ProtoApplyProtoCDef) Reset()

func (*ProtoApplyProtoCDef) String

func (x *ProtoApplyProtoCDef) String() string

func (*ProtoApplyProtoCDef) ToNode added in v0.0.2

func (ProtoApplyProtoCDef *ProtoApplyProtoCDef) ToNode(children ...Message) *Node

type ProtoApplyProtoPDef

type ProtoApplyProtoPDef struct {
	PDefUuid string `protobuf:"bytes,1,opt,name=pDefUuid,proto3" json:"pDefUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoApplyProtoPDef) Descriptor deprecated

func (*ProtoApplyProtoPDef) Descriptor() ([]byte, []int)

Deprecated: Use ProtoApplyProtoPDef.ProtoReflect.Descriptor instead.

func (*ProtoApplyProtoPDef) GetPDefUuid

func (x *ProtoApplyProtoPDef) GetPDefUuid() string

func (*ProtoApplyProtoPDef) ProtoMessage

func (*ProtoApplyProtoPDef) ProtoMessage()

func (*ProtoApplyProtoPDef) ProtoReflect

func (x *ProtoApplyProtoPDef) ProtoReflect() protoreflect.Message

func (*ProtoApplyProtoPDef) Reset

func (x *ProtoApplyProtoPDef) Reset()

func (*ProtoApplyProtoPDef) String

func (x *ProtoApplyProtoPDef) String() string

func (*ProtoApplyProtoPDef) ToNode added in v0.0.2

func (ProtoApplyProtoPDef *ProtoApplyProtoPDef) ToNode(children ...Message) *Node

type ProtoApplyPtConfig

type ProtoApplyPtConfig struct {
	PtConfigUuid string `protobuf:"bytes,1,opt,name=ptConfigUuid,proto3" json:"ptConfigUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoApplyPtConfig) Descriptor deprecated

func (*ProtoApplyPtConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoApplyPtConfig.ProtoReflect.Descriptor instead.

func (*ProtoApplyPtConfig) GetPtConfigUuid

func (x *ProtoApplyPtConfig) GetPtConfigUuid() string

func (*ProtoApplyPtConfig) ProtoMessage

func (*ProtoApplyPtConfig) ProtoMessage()

func (*ProtoApplyPtConfig) ProtoReflect

func (x *ProtoApplyPtConfig) ProtoReflect() protoreflect.Message

func (*ProtoApplyPtConfig) Reset

func (x *ProtoApplyPtConfig) Reset()

func (*ProtoApplyPtConfig) String

func (x *ProtoApplyPtConfig) String() string

func (*ProtoApplyPtConfig) ToNode added in v0.0.2

func (ProtoApplyPtConfig *ProtoApplyPtConfig) ToNode(children ...Message) *Node

type ProtoApplyUlConfig

type ProtoApplyUlConfig struct {
	UlConfigUuid string `protobuf:"bytes,1,opt,name=ulConfigUuid,proto3" json:"ulConfigUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoApplyUlConfig) Descriptor deprecated

func (*ProtoApplyUlConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoApplyUlConfig.ProtoReflect.Descriptor instead.

func (*ProtoApplyUlConfig) GetUlConfigUuid

func (x *ProtoApplyUlConfig) GetUlConfigUuid() string

func (*ProtoApplyUlConfig) ProtoMessage

func (*ProtoApplyUlConfig) ProtoMessage()

func (*ProtoApplyUlConfig) ProtoReflect

func (x *ProtoApplyUlConfig) ProtoReflect() protoreflect.Message

func (*ProtoApplyUlConfig) Reset

func (x *ProtoApplyUlConfig) Reset()

func (*ProtoApplyUlConfig) String

func (x *ProtoApplyUlConfig) String() string

func (*ProtoApplyUlConfig) ToNode added in v0.0.2

func (ProtoApplyUlConfig *ProtoApplyUlConfig) ToNode(children ...Message) *Node

type ProtoBarcode added in v0.0.4

type ProtoBarcode struct {
	Type             ProtoBarcodeType         `protobuf:"varint,1,opt,name=type,proto3,enum=ProtoBarcodeType" json:"type,omitempty"`
	X                *ProtoMeasure            `protobuf:"bytes,2,opt,name=x,proto3" json:"x,omitempty"`
	Y                *ProtoMeasure            `protobuf:"bytes,3,opt,name=y,proto3" json:"y,omitempty"`
	ReferencePoint   ProtoImageReferencePoint `protobuf:"varint,4,opt,name=referencePoint,proto3,enum=ProtoImageReferencePoint" json:"referencePoint,omitempty"`
	Rotation         float32                  `protobuf:"fixed32,5,opt,name=rotation,proto3" json:"rotation,omitempty"`
	Width            *ProtoMeasure            `protobuf:"bytes,6,opt,name=width,proto3" json:"width,omitempty"`
	Height           *ProtoMeasure            `protobuf:"bytes,7,opt,name=height,proto3" json:"height,omitempty"`
	Padding          *ProtoMeasure            `protobuf:"bytes,8,opt,name=padding,proto3" json:"padding,omitempty"`
	Data             string                   `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	PositionAbsolute bool                     `protobuf:"varint,10,opt,name=positionAbsolute,proto3" json:"positionAbsolute,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBarcode) Descriptor deprecated added in v0.0.4

func (*ProtoBarcode) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBarcode.ProtoReflect.Descriptor instead.

func (*ProtoBarcode) GetData added in v0.0.4

func (x *ProtoBarcode) GetData() string

func (*ProtoBarcode) GetHeight added in v0.0.4

func (x *ProtoBarcode) GetHeight() *ProtoMeasure

func (*ProtoBarcode) GetPadding added in v0.0.4

func (x *ProtoBarcode) GetPadding() *ProtoMeasure

func (*ProtoBarcode) GetPositionAbsolute added in v0.0.5

func (x *ProtoBarcode) GetPositionAbsolute() bool

func (*ProtoBarcode) GetReferencePoint added in v0.0.4

func (x *ProtoBarcode) GetReferencePoint() ProtoImageReferencePoint

func (*ProtoBarcode) GetRotation added in v0.0.4

func (x *ProtoBarcode) GetRotation() float32

func (*ProtoBarcode) GetType added in v0.0.4

func (x *ProtoBarcode) GetType() ProtoBarcodeType

func (*ProtoBarcode) GetWidth added in v0.0.4

func (x *ProtoBarcode) GetWidth() *ProtoMeasure

func (*ProtoBarcode) GetX added in v0.0.4

func (x *ProtoBarcode) GetX() *ProtoMeasure

func (*ProtoBarcode) GetY added in v0.0.4

func (x *ProtoBarcode) GetY() *ProtoMeasure

func (*ProtoBarcode) ProtoMessage added in v0.0.4

func (*ProtoBarcode) ProtoMessage()

func (*ProtoBarcode) ProtoReflect added in v0.0.4

func (x *ProtoBarcode) ProtoReflect() protoreflect.Message

func (*ProtoBarcode) Reset added in v0.0.4

func (x *ProtoBarcode) Reset()

func (*ProtoBarcode) String added in v0.0.4

func (x *ProtoBarcode) String() string

func (*ProtoBarcode) ToNode added in v0.0.4

func (ProtoBarcode *ProtoBarcode) ToNode(children ...Message) *Node

type ProtoBarcodeType added in v0.0.4

type ProtoBarcodeType int32
const (
	ProtoBarcodeType_PDF417     ProtoBarcodeType = 0
	ProtoBarcodeType_DATAMATRIX ProtoBarcodeType = 1
	ProtoBarcodeType_BC128      ProtoBarcodeType = 2
	ProtoBarcodeType_QR         ProtoBarcodeType = 3
	ProtoBarcodeType_ITF        ProtoBarcodeType = 4
	ProtoBarcodeType_EAN8       ProtoBarcodeType = 5
	ProtoBarcodeType_EAN13      ProtoBarcodeType = 6
	ProtoBarcodeType_CODE39     ProtoBarcodeType = 7
	ProtoBarcodeType_SWISSQR    ProtoBarcodeType = 8
	ProtoBarcodeType_AZTEC      ProtoBarcodeType = 9
)

func (ProtoBarcodeType) Descriptor added in v0.0.4

func (ProtoBarcodeType) Enum added in v0.0.4

func (ProtoBarcodeType) EnumDescriptor deprecated added in v0.0.4

func (ProtoBarcodeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoBarcodeType.Descriptor instead.

func (ProtoBarcodeType) Number added in v0.0.4

func (ProtoBarcodeType) String added in v0.0.4

func (x ProtoBarcodeType) String() string

func (ProtoBarcodeType) Type added in v0.0.4

type ProtoBorder

type ProtoBorder struct {
	Weight *ProtoMeasure `protobuf:"bytes,1,opt,name=weight,proto3" json:"weight,omitempty"`
	Color  *ProtoColor   `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBorder) Descriptor deprecated

func (*ProtoBorder) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBorder.ProtoReflect.Descriptor instead.

func (*ProtoBorder) GetColor

func (x *ProtoBorder) GetColor() *ProtoColor

func (*ProtoBorder) GetWeight

func (x *ProtoBorder) GetWeight() *ProtoMeasure

func (*ProtoBorder) ProtoMessage

func (*ProtoBorder) ProtoMessage()

func (*ProtoBorder) ProtoReflect

func (x *ProtoBorder) ProtoReflect() protoreflect.Message

func (*ProtoBorder) Reset

func (x *ProtoBorder) Reset()

func (*ProtoBorder) String

func (x *ProtoBorder) String() string

type ProtoBoxedAdvancedIllustrationAreaTextFlowType

type ProtoBoxedAdvancedIllustrationAreaTextFlowType struct {
	Value  ProtoAdvancedIllustrationAreaTextFlowType `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoAdvancedIllustrationAreaTextFlowType" json:"value,omitempty"`
	IsNull bool                                      `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) Descriptor deprecated

Deprecated: Use ProtoBoxedAdvancedIllustrationAreaTextFlowType.ProtoReflect.Descriptor instead.

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) GetIsNull

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) GetValue

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) ProtoMessage

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) ProtoReflect

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) Reset

func (*ProtoBoxedAdvancedIllustrationAreaTextFlowType) String

type ProtoBoxedBool

type ProtoBoxedBool struct {
	Value  bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedBool) Descriptor deprecated

func (*ProtoBoxedBool) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedBool.ProtoReflect.Descriptor instead.

func (*ProtoBoxedBool) GetIsNull

func (x *ProtoBoxedBool) GetIsNull() bool

func (*ProtoBoxedBool) GetValue

func (x *ProtoBoxedBool) GetValue() bool

func (*ProtoBoxedBool) ProtoMessage

func (*ProtoBoxedBool) ProtoMessage()

func (*ProtoBoxedBool) ProtoReflect

func (x *ProtoBoxedBool) ProtoReflect() protoreflect.Message

func (*ProtoBoxedBool) Reset

func (x *ProtoBoxedBool) Reset()

func (*ProtoBoxedBool) String

func (x *ProtoBoxedBool) String() string

type ProtoBoxedColor

type ProtoBoxedColor struct {
	Value  *ProtoColor `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool        `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedColor) Descriptor deprecated

func (*ProtoBoxedColor) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedColor.ProtoReflect.Descriptor instead.

func (*ProtoBoxedColor) GetIsNull

func (x *ProtoBoxedColor) GetIsNull() bool

func (*ProtoBoxedColor) GetValue

func (x *ProtoBoxedColor) GetValue() *ProtoColor

func (*ProtoBoxedColor) ProtoMessage

func (*ProtoBoxedColor) ProtoMessage()

func (*ProtoBoxedColor) ProtoReflect

func (x *ProtoBoxedColor) ProtoReflect() protoreflect.Message

func (*ProtoBoxedColor) Reset

func (x *ProtoBoxedColor) Reset()

func (*ProtoBoxedColor) String

func (x *ProtoBoxedColor) String() string

type ProtoBoxedDouble

type ProtoBoxedDouble struct {
	Value  float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool    `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedDouble) Descriptor deprecated

func (*ProtoBoxedDouble) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedDouble.ProtoReflect.Descriptor instead.

func (*ProtoBoxedDouble) GetIsNull

func (x *ProtoBoxedDouble) GetIsNull() bool

func (*ProtoBoxedDouble) GetValue

func (x *ProtoBoxedDouble) GetValue() float64

func (*ProtoBoxedDouble) ProtoMessage

func (*ProtoBoxedDouble) ProtoMessage()

func (*ProtoBoxedDouble) ProtoReflect

func (x *ProtoBoxedDouble) ProtoReflect() protoreflect.Message

func (*ProtoBoxedDouble) Reset

func (x *ProtoBoxedDouble) Reset()

func (*ProtoBoxedDouble) String

func (x *ProtoBoxedDouble) String() string

type ProtoBoxedFont

type ProtoBoxedFont struct {
	Value  *ProtoFont `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool       `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedFont) Descriptor deprecated

func (*ProtoBoxedFont) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedFont.ProtoReflect.Descriptor instead.

func (*ProtoBoxedFont) GetIsNull

func (x *ProtoBoxedFont) GetIsNull() bool

func (*ProtoBoxedFont) GetValue

func (x *ProtoBoxedFont) GetValue() *ProtoFont

func (*ProtoBoxedFont) ProtoMessage

func (*ProtoBoxedFont) ProtoMessage()

func (*ProtoBoxedFont) ProtoReflect

func (x *ProtoBoxedFont) ProtoReflect() protoreflect.Message

func (*ProtoBoxedFont) Reset

func (x *ProtoBoxedFont) Reset()

func (*ProtoBoxedFont) String

func (x *ProtoBoxedFont) String() string

type ProtoBoxedHorizontalAlignment

type ProtoBoxedHorizontalAlignment struct {
	Value  ProtoHorizontalAlignment `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoHorizontalAlignment" json:"value,omitempty"`
	IsNull bool                     `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedHorizontalAlignment) Descriptor deprecated

func (*ProtoBoxedHorizontalAlignment) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedHorizontalAlignment.ProtoReflect.Descriptor instead.

func (*ProtoBoxedHorizontalAlignment) GetIsNull

func (x *ProtoBoxedHorizontalAlignment) GetIsNull() bool

func (*ProtoBoxedHorizontalAlignment) GetValue

func (*ProtoBoxedHorizontalAlignment) ProtoMessage

func (*ProtoBoxedHorizontalAlignment) ProtoMessage()

func (*ProtoBoxedHorizontalAlignment) ProtoReflect

func (*ProtoBoxedHorizontalAlignment) Reset

func (x *ProtoBoxedHorizontalAlignment) Reset()

func (*ProtoBoxedHorizontalAlignment) String

type ProtoBoxedInt32

type ProtoBoxedInt32 struct {
	Value  int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool  `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedInt32) Descriptor deprecated

func (*ProtoBoxedInt32) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedInt32.ProtoReflect.Descriptor instead.

func (*ProtoBoxedInt32) GetIsNull

func (x *ProtoBoxedInt32) GetIsNull() bool

func (*ProtoBoxedInt32) GetValue

func (x *ProtoBoxedInt32) GetValue() int32

func (*ProtoBoxedInt32) ProtoMessage

func (*ProtoBoxedInt32) ProtoMessage()

func (*ProtoBoxedInt32) ProtoReflect

func (x *ProtoBoxedInt32) ProtoReflect() protoreflect.Message

func (*ProtoBoxedInt32) Reset

func (x *ProtoBoxedInt32) Reset()

func (*ProtoBoxedInt32) String

func (x *ProtoBoxedInt32) String() string

type ProtoBoxedListSetting

type ProtoBoxedListSetting struct {
	Value  *ProtoListSetting `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool              `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedListSetting) Descriptor deprecated

func (*ProtoBoxedListSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedListSetting.ProtoReflect.Descriptor instead.

func (*ProtoBoxedListSetting) GetIsNull

func (x *ProtoBoxedListSetting) GetIsNull() bool

func (*ProtoBoxedListSetting) GetValue

func (x *ProtoBoxedListSetting) GetValue() *ProtoListSetting

func (*ProtoBoxedListSetting) ProtoMessage

func (*ProtoBoxedListSetting) ProtoMessage()

func (*ProtoBoxedListSetting) ProtoReflect

func (x *ProtoBoxedListSetting) ProtoReflect() protoreflect.Message

func (*ProtoBoxedListSetting) Reset

func (x *ProtoBoxedListSetting) Reset()

func (*ProtoBoxedListSetting) String

func (x *ProtoBoxedListSetting) String() string

type ProtoBoxedMeasure

type ProtoBoxedMeasure struct {
	Value  *ProtoMeasure `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool          `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedMeasure) Descriptor deprecated

func (*ProtoBoxedMeasure) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedMeasure.ProtoReflect.Descriptor instead.

func (*ProtoBoxedMeasure) GetIsNull

func (x *ProtoBoxedMeasure) GetIsNull() bool

func (*ProtoBoxedMeasure) GetValue

func (x *ProtoBoxedMeasure) GetValue() *ProtoMeasure

func (*ProtoBoxedMeasure) ProtoMessage

func (*ProtoBoxedMeasure) ProtoMessage()

func (*ProtoBoxedMeasure) ProtoReflect

func (x *ProtoBoxedMeasure) ProtoReflect() protoreflect.Message

func (*ProtoBoxedMeasure) Reset

func (x *ProtoBoxedMeasure) Reset()

func (*ProtoBoxedMeasure) String

func (x *ProtoBoxedMeasure) String() string

type ProtoBoxedPositionMode

type ProtoBoxedPositionMode struct {
	Value  ProtoPositionMode `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoPositionMode" json:"value,omitempty"`
	IsNull bool              `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedPositionMode) Descriptor deprecated

func (*ProtoBoxedPositionMode) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedPositionMode.ProtoReflect.Descriptor instead.

func (*ProtoBoxedPositionMode) GetIsNull

func (x *ProtoBoxedPositionMode) GetIsNull() bool

func (*ProtoBoxedPositionMode) GetValue

func (*ProtoBoxedPositionMode) ProtoMessage

func (*ProtoBoxedPositionMode) ProtoMessage()

func (*ProtoBoxedPositionMode) ProtoReflect

func (x *ProtoBoxedPositionMode) ProtoReflect() protoreflect.Message

func (*ProtoBoxedPositionMode) Reset

func (x *ProtoBoxedPositionMode) Reset()

func (*ProtoBoxedPositionMode) String

func (x *ProtoBoxedPositionMode) String() string

type ProtoBoxedSPBMode

type ProtoBoxedSPBMode struct {
	Value  ProtoSPBMode `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoSPBMode" json:"value,omitempty"`
	IsNull bool         `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedSPBMode) Descriptor deprecated

func (*ProtoBoxedSPBMode) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedSPBMode.ProtoReflect.Descriptor instead.

func (*ProtoBoxedSPBMode) GetIsNull

func (x *ProtoBoxedSPBMode) GetIsNull() bool

func (*ProtoBoxedSPBMode) GetValue

func (x *ProtoBoxedSPBMode) GetValue() ProtoSPBMode

func (*ProtoBoxedSPBMode) ProtoMessage

func (*ProtoBoxedSPBMode) ProtoMessage()

func (*ProtoBoxedSPBMode) ProtoReflect

func (x *ProtoBoxedSPBMode) ProtoReflect() protoreflect.Message

func (*ProtoBoxedSPBMode) Reset

func (x *ProtoBoxedSPBMode) Reset()

func (*ProtoBoxedSPBMode) String

func (x *ProtoBoxedSPBMode) String() string

type ProtoBoxedStrikethroughSpec

type ProtoBoxedStrikethroughSpec struct {
	Value  *ProtoStrikethroughSpec `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool                    `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedStrikethroughSpec) Descriptor deprecated

func (*ProtoBoxedStrikethroughSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedStrikethroughSpec.ProtoReflect.Descriptor instead.

func (*ProtoBoxedStrikethroughSpec) GetIsNull

func (x *ProtoBoxedStrikethroughSpec) GetIsNull() bool

func (*ProtoBoxedStrikethroughSpec) GetValue

func (*ProtoBoxedStrikethroughSpec) ProtoMessage

func (*ProtoBoxedStrikethroughSpec) ProtoMessage()

func (*ProtoBoxedStrikethroughSpec) ProtoReflect

func (*ProtoBoxedStrikethroughSpec) Reset

func (x *ProtoBoxedStrikethroughSpec) Reset()

func (*ProtoBoxedStrikethroughSpec) String

func (x *ProtoBoxedStrikethroughSpec) String() string

type ProtoBoxedString

type ProtoBoxedString struct {
	Value  string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool   `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedString) Descriptor deprecated

func (*ProtoBoxedString) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedString.ProtoReflect.Descriptor instead.

func (*ProtoBoxedString) GetIsNull

func (x *ProtoBoxedString) GetIsNull() bool

func (*ProtoBoxedString) GetValue

func (x *ProtoBoxedString) GetValue() string

func (*ProtoBoxedString) ProtoMessage

func (*ProtoBoxedString) ProtoMessage()

func (*ProtoBoxedString) ProtoReflect

func (x *ProtoBoxedString) ProtoReflect() protoreflect.Message

func (*ProtoBoxedString) Reset

func (x *ProtoBoxedString) Reset()

func (*ProtoBoxedString) String

func (x *ProtoBoxedString) String() string

type ProtoBoxedTableCellType

type ProtoBoxedTableCellType struct {
	Value  ProtoTableCellType `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoTableCellType" json:"value,omitempty"`
	IsNull bool               `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedTableCellType) Descriptor deprecated

func (*ProtoBoxedTableCellType) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedTableCellType.ProtoReflect.Descriptor instead.

func (*ProtoBoxedTableCellType) GetIsNull

func (x *ProtoBoxedTableCellType) GetIsNull() bool

func (*ProtoBoxedTableCellType) GetValue

func (*ProtoBoxedTableCellType) ProtoMessage

func (*ProtoBoxedTableCellType) ProtoMessage()

func (*ProtoBoxedTableCellType) ProtoReflect

func (x *ProtoBoxedTableCellType) ProtoReflect() protoreflect.Message

func (*ProtoBoxedTableCellType) Reset

func (x *ProtoBoxedTableCellType) Reset()

func (*ProtoBoxedTableCellType) String

func (x *ProtoBoxedTableCellType) String() string

type ProtoBoxedTableContentGroupType

type ProtoBoxedTableContentGroupType struct {
	Value  ProtoTableContentGroupType `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoTableContentGroupType" json:"value,omitempty"`
	IsNull bool                       `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedTableContentGroupType) Descriptor deprecated

func (*ProtoBoxedTableContentGroupType) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedTableContentGroupType.ProtoReflect.Descriptor instead.

func (*ProtoBoxedTableContentGroupType) GetIsNull

func (x *ProtoBoxedTableContentGroupType) GetIsNull() bool

func (*ProtoBoxedTableContentGroupType) GetValue

func (*ProtoBoxedTableContentGroupType) ProtoMessage

func (*ProtoBoxedTableContentGroupType) ProtoMessage()

func (*ProtoBoxedTableContentGroupType) ProtoReflect

func (*ProtoBoxedTableContentGroupType) Reset

func (*ProtoBoxedTableContentGroupType) String

type ProtoBoxedUint32

type ProtoBoxedUint32 struct {
	Value  uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool   `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedUint32) Descriptor deprecated

func (*ProtoBoxedUint32) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedUint32.ProtoReflect.Descriptor instead.

func (*ProtoBoxedUint32) GetIsNull

func (x *ProtoBoxedUint32) GetIsNull() bool

func (*ProtoBoxedUint32) GetValue

func (x *ProtoBoxedUint32) GetValue() uint32

func (*ProtoBoxedUint32) ProtoMessage

func (*ProtoBoxedUint32) ProtoMessage()

func (*ProtoBoxedUint32) ProtoReflect

func (x *ProtoBoxedUint32) ProtoReflect() protoreflect.Message

func (*ProtoBoxedUint32) Reset

func (x *ProtoBoxedUint32) Reset()

func (*ProtoBoxedUint32) String

func (x *ProtoBoxedUint32) String() string

type ProtoBoxedUnderlineSpec

type ProtoBoxedUnderlineSpec struct {
	Value  *ProtoUnderlineSpec `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	IsNull bool                `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedUnderlineSpec) Descriptor deprecated

func (*ProtoBoxedUnderlineSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedUnderlineSpec.ProtoReflect.Descriptor instead.

func (*ProtoBoxedUnderlineSpec) GetIsNull

func (x *ProtoBoxedUnderlineSpec) GetIsNull() bool

func (*ProtoBoxedUnderlineSpec) GetValue

func (*ProtoBoxedUnderlineSpec) ProtoMessage

func (*ProtoBoxedUnderlineSpec) ProtoMessage()

func (*ProtoBoxedUnderlineSpec) ProtoReflect

func (x *ProtoBoxedUnderlineSpec) ProtoReflect() protoreflect.Message

func (*ProtoBoxedUnderlineSpec) Reset

func (x *ProtoBoxedUnderlineSpec) Reset()

func (*ProtoBoxedUnderlineSpec) String

func (x *ProtoBoxedUnderlineSpec) String() string

type ProtoBoxedVerticalAlignment

type ProtoBoxedVerticalAlignment struct {
	Value  ProtoVerticalAlignment `protobuf:"varint,1,opt,name=value,proto3,enum=ProtoVerticalAlignment" json:"value,omitempty"`
	IsNull bool                   `protobuf:"varint,2,opt,name=isNull,proto3" json:"isNull,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBoxedVerticalAlignment) Descriptor deprecated

func (*ProtoBoxedVerticalAlignment) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBoxedVerticalAlignment.ProtoReflect.Descriptor instead.

func (*ProtoBoxedVerticalAlignment) GetIsNull

func (x *ProtoBoxedVerticalAlignment) GetIsNull() bool

func (*ProtoBoxedVerticalAlignment) GetValue

func (*ProtoBoxedVerticalAlignment) ProtoMessage

func (*ProtoBoxedVerticalAlignment) ProtoMessage()

func (*ProtoBoxedVerticalAlignment) ProtoReflect

func (*ProtoBoxedVerticalAlignment) Reset

func (x *ProtoBoxedVerticalAlignment) Reset()

func (*ProtoBoxedVerticalAlignment) String

func (x *ProtoBoxedVerticalAlignment) String() string

type ProtoBranchDocumentElement

type ProtoBranchDocumentElement struct {
	XChildren []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent    *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBranchDocumentElement) Descriptor deprecated

func (*ProtoBranchDocumentElement) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBranchDocumentElement.ProtoReflect.Descriptor instead.

func (*ProtoBranchDocumentElement) GetParent

func (*ProtoBranchDocumentElement) GetXChildren

func (x *ProtoBranchDocumentElement) GetXChildren() []*ProtoDocumentElement

func (*ProtoBranchDocumentElement) ProtoMessage

func (*ProtoBranchDocumentElement) ProtoMessage()

func (*ProtoBranchDocumentElement) ProtoReflect

func (*ProtoBranchDocumentElement) Reset

func (x *ProtoBranchDocumentElement) Reset()

func (*ProtoBranchDocumentElement) String

func (x *ProtoBranchDocumentElement) String() string

type ProtoBrick

type ProtoBrick struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Id              uint64                  `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	InternName      string                  `protobuf:"bytes,4,opt,name=internName,proto3" json:"internName,omitempty"`
	Uuid            string                  `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Editable        bool                    `protobuf:"varint,6,opt,name=editable,proto3" json:"editable,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,7,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBrick) Descriptor deprecated

func (*ProtoBrick) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBrick.ProtoReflect.Descriptor instead.

func (*ProtoBrick) GetComChannelUUIDs

func (x *ProtoBrick) GetComChannelUUIDs() []string

func (*ProtoBrick) GetEditable

func (x *ProtoBrick) GetEditable() bool

func (*ProtoBrick) GetId

func (x *ProtoBrick) GetId() uint64

func (*ProtoBrick) GetInternName

func (x *ProtoBrick) GetInternName() string

func (*ProtoBrick) GetParent

func (x *ProtoBrick) GetParent() *ProtoDocumentElement

func (*ProtoBrick) GetUuid

func (x *ProtoBrick) GetUuid() string

func (*ProtoBrick) GetXChildren

func (x *ProtoBrick) GetXChildren() []*ProtoDocumentElement

func (*ProtoBrick) ProtoMessage

func (*ProtoBrick) ProtoMessage()

func (*ProtoBrick) ProtoReflect

func (x *ProtoBrick) ProtoReflect() protoreflect.Message

func (*ProtoBrick) Reset

func (x *ProtoBrick) Reset()

func (*ProtoBrick) String

func (x *ProtoBrick) String() string

func (*ProtoBrick) ToNode added in v0.0.2

func (ProtoBrick *ProtoBrick) ToNode(children ...Message) *Node

type ProtoBrickReference

type ProtoBrickReference struct {
	InternName string `protobuf:"bytes,1,opt,name=internName,proto3" json:"internName,omitempty"`
	Version    uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoBrickReference) Descriptor deprecated

func (*ProtoBrickReference) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBrickReference.ProtoReflect.Descriptor instead.

func (*ProtoBrickReference) GetInternName

func (x *ProtoBrickReference) GetInternName() string

func (*ProtoBrickReference) GetVersion

func (x *ProtoBrickReference) GetVersion() uint32

func (*ProtoBrickReference) ProtoMessage

func (*ProtoBrickReference) ProtoMessage()

func (*ProtoBrickReference) ProtoReflect

func (x *ProtoBrickReference) ProtoReflect() protoreflect.Message

func (*ProtoBrickReference) Reset

func (x *ProtoBrickReference) Reset()

func (*ProtoBrickReference) String

func (x *ProtoBrickReference) String() string

func (*ProtoBrickReference) ToNode added in v0.0.2

func (ProtoBrickReference *ProtoBrickReference) ToNode(children ...Message) *Node

type ProtoCDef

type ProtoCDef struct {
	ColumSettings       *ProtoColumnSettings `protobuf:"bytes,1,opt,name=columSettings,proto3" json:"columSettings,omitempty"`
	ApplyToHeaderFooter *ProtoBoxedBool      `protobuf:"bytes,2,opt,name=applyToHeaderFooter,proto3" json:"applyToHeaderFooter,omitempty"`
	ApplyImmediate      *ProtoBoxedBool      `protobuf:"bytes,3,opt,name=applyImmediate,proto3" json:"applyImmediate,omitempty"`
	Uuid                string               `protobuf:"bytes,4,opt,name=Uuid,proto3" json:"Uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoCDef) Descriptor deprecated

func (*ProtoCDef) Descriptor() ([]byte, []int)

Deprecated: Use ProtoCDef.ProtoReflect.Descriptor instead.

func (*ProtoCDef) GetApplyImmediate

func (x *ProtoCDef) GetApplyImmediate() *ProtoBoxedBool

func (*ProtoCDef) GetApplyToHeaderFooter

func (x *ProtoCDef) GetApplyToHeaderFooter() *ProtoBoxedBool

func (*ProtoCDef) GetColumSettings

func (x *ProtoCDef) GetColumSettings() *ProtoColumnSettings

func (*ProtoCDef) GetUuid

func (x *ProtoCDef) GetUuid() string

func (*ProtoCDef) ProtoMessage

func (*ProtoCDef) ProtoMessage()

func (*ProtoCDef) ProtoReflect

func (x *ProtoCDef) ProtoReflect() protoreflect.Message

func (*ProtoCDef) Reset

func (x *ProtoCDef) Reset()

func (*ProtoCDef) String

func (x *ProtoCDef) String() string

func (*ProtoCDef) ToNode added in v0.0.2

func (ProtoCDef *ProtoCDef) ToNode(children ...Message) *Node

type ProtoCMYKColor

type ProtoCMYKColor struct {
	Name *ProtoBoxedString `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type ProtoColorType    `protobuf:"varint,2,opt,name=type,proto3,enum=ProtoColorType" json:"type,omitempty"` // set to CMYK
	C    int32             `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"`
	M    int32             `protobuf:"varint,4,opt,name=m,proto3" json:"m,omitempty"`
	Y    int32             `protobuf:"varint,5,opt,name=y,proto3" json:"y,omitempty"`
	K    int32             `protobuf:"varint,6,opt,name=k,proto3" json:"k,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoCMYKColor) Descriptor deprecated

func (*ProtoCMYKColor) Descriptor() ([]byte, []int)

Deprecated: Use ProtoCMYKColor.ProtoReflect.Descriptor instead.

func (*ProtoCMYKColor) GetC

func (x *ProtoCMYKColor) GetC() int32

func (*ProtoCMYKColor) GetK

func (x *ProtoCMYKColor) GetK() int32

func (*ProtoCMYKColor) GetM

func (x *ProtoCMYKColor) GetM() int32

func (*ProtoCMYKColor) GetName

func (x *ProtoCMYKColor) GetName() *ProtoBoxedString

func (*ProtoCMYKColor) GetType

func (x *ProtoCMYKColor) GetType() ProtoColorType

func (*ProtoCMYKColor) GetY

func (x *ProtoCMYKColor) GetY() int32

func (*ProtoCMYKColor) ProtoMessage

func (*ProtoCMYKColor) ProtoMessage()

func (*ProtoCMYKColor) ProtoReflect

func (x *ProtoCMYKColor) ProtoReflect() protoreflect.Message

func (*ProtoCMYKColor) Reset

func (x *ProtoCMYKColor) Reset()

func (*ProtoCMYKColor) String

func (x *ProtoCMYKColor) String() string

type ProtoCarryOver added in v0.0.6

type ProtoCarryOver struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,3,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoCarryOver) Descriptor deprecated added in v0.0.6

func (*ProtoCarryOver) Descriptor() ([]byte, []int)

Deprecated: Use ProtoCarryOver.ProtoReflect.Descriptor instead.

func (*ProtoCarryOver) GetComChannelUUIDs added in v0.0.6

func (x *ProtoCarryOver) GetComChannelUUIDs() []string

func (*ProtoCarryOver) GetParent added in v0.0.6

func (x *ProtoCarryOver) GetParent() *ProtoDocumentElement

func (*ProtoCarryOver) GetXChildren added in v0.0.6

func (x *ProtoCarryOver) GetXChildren() []*ProtoDocumentElement

func (*ProtoCarryOver) ProtoMessage added in v0.0.6

func (*ProtoCarryOver) ProtoMessage()

func (*ProtoCarryOver) ProtoReflect added in v0.0.6

func (x *ProtoCarryOver) ProtoReflect() protoreflect.Message

func (*ProtoCarryOver) Reset added in v0.0.6

func (x *ProtoCarryOver) Reset()

func (*ProtoCarryOver) String added in v0.0.6

func (x *ProtoCarryOver) String() string

func (*ProtoCarryOver) ToNode added in v0.0.6

func (ProtoCarryOver *ProtoCarryOver) ToNode(children ...Message) *Node

type ProtoColor

type ProtoColor struct {
	Name *ProtoBoxedString `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type ProtoColorType    `protobuf:"varint,2,opt,name=type,proto3,enum=ProtoColorType" json:"type,omitempty"` // set to RGB or CMYK
	R    int32             `protobuf:"varint,3,opt,name=r,proto3" json:"r,omitempty"`
	G    int32             `protobuf:"varint,4,opt,name=g,proto3" json:"g,omitempty"`
	B    int32             `protobuf:"varint,5,opt,name=b,proto3" json:"b,omitempty"`
	C    int32             `protobuf:"varint,6,opt,name=c,proto3" json:"c,omitempty"`
	M    int32             `protobuf:"varint,7,opt,name=m,proto3" json:"m,omitempty"`
	Y    int32             `protobuf:"varint,8,opt,name=y,proto3" json:"y,omitempty"`
	K    int32             `protobuf:"varint,9,opt,name=k,proto3" json:"k,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoColor) Descriptor deprecated

func (*ProtoColor) Descriptor() ([]byte, []int)

Deprecated: Use ProtoColor.ProtoReflect.Descriptor instead.

func (*ProtoColor) GetB

func (x *ProtoColor) GetB() int32

func (*ProtoColor) GetC

func (x *ProtoColor) GetC() int32

func (*ProtoColor) GetG

func (x *ProtoColor) GetG() int32

func (*ProtoColor) GetK

func (x *ProtoColor) GetK() int32

func (*ProtoColor) GetM

func (x *ProtoColor) GetM() int32

func (*ProtoColor) GetName

func (x *ProtoColor) GetName() *ProtoBoxedString

func (*ProtoColor) GetR

func (x *ProtoColor) GetR() int32

func (*ProtoColor) GetType

func (x *ProtoColor) GetType() ProtoColorType

func (*ProtoColor) GetY

func (x *ProtoColor) GetY() int32

func (*ProtoColor) ProtoMessage

func (*ProtoColor) ProtoMessage()

func (*ProtoColor) ProtoReflect

func (x *ProtoColor) ProtoReflect() protoreflect.Message

func (*ProtoColor) Reset

func (x *ProtoColor) Reset()

func (*ProtoColor) String

func (x *ProtoColor) String() string

type ProtoColorDef added in v0.0.11

type ProtoColorDef struct {
	Color *ProtoColor `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoColorDef) Descriptor deprecated added in v0.0.11

func (*ProtoColorDef) Descriptor() ([]byte, []int)

Deprecated: Use ProtoColorDef.ProtoReflect.Descriptor instead.

func (*ProtoColorDef) GetColor added in v0.0.11

func (x *ProtoColorDef) GetColor() *ProtoColor

func (*ProtoColorDef) ProtoMessage added in v0.0.11

func (*ProtoColorDef) ProtoMessage()

func (*ProtoColorDef) ProtoReflect added in v0.0.11

func (x *ProtoColorDef) ProtoReflect() protoreflect.Message

func (*ProtoColorDef) Reset added in v0.0.11

func (x *ProtoColorDef) Reset()

func (*ProtoColorDef) String added in v0.0.11

func (x *ProtoColorDef) String() string

func (*ProtoColorDef) ToNode added in v0.0.11

func (ProtoColorDef *ProtoColorDef) ToNode(children ...Message) *Node

type ProtoColorType

type ProtoColorType int32
const (
	ProtoColorType_DUMMY_COLOR_TYPE ProtoColorType = 0 // dummy is needed here, because otherwise protoc command produces error
	ProtoColorType_RGB              ProtoColorType = 3
	ProtoColorType_CMYK             ProtoColorType = 4
)

func (ProtoColorType) Descriptor

func (ProtoColorType) Enum

func (x ProtoColorType) Enum() *ProtoColorType

func (ProtoColorType) EnumDescriptor deprecated

func (ProtoColorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoColorType.Descriptor instead.

func (ProtoColorType) Number

func (ProtoColorType) String

func (x ProtoColorType) String() string

func (ProtoColorType) Type

type ProtoColumnSettings

type ProtoColumnSettings struct {
	Width            *ProtoBoxedMeasure `protobuf:"bytes,1,opt,name=width,proto3" json:"width,omitempty"`
	InterColumnSpace *ProtoBoxedMeasure `protobuf:"bytes,2,opt,name=interColumnSpace,proto3" json:"interColumnSpace,omitempty"`
	PositionOffset   *ProtoBoxedMeasure `protobuf:"bytes,3,opt,name=positionOffset,proto3" json:"positionOffset,omitempty"`
	PositionMode     ProtoPositionMode  `protobuf:"varint,4,opt,name=positionMode,proto3,enum=ProtoPositionMode" json:"positionMode,omitempty"`
	OutsideMargin    *ProtoBoxedMeasure `protobuf:"bytes,5,opt,name=outsideMargin,proto3" json:"outsideMargin,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoColumnSettings) Descriptor deprecated

func (*ProtoColumnSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoColumnSettings.ProtoReflect.Descriptor instead.

func (*ProtoColumnSettings) GetInterColumnSpace

func (x *ProtoColumnSettings) GetInterColumnSpace() *ProtoBoxedMeasure

func (*ProtoColumnSettings) GetOutsideMargin

func (x *ProtoColumnSettings) GetOutsideMargin() *ProtoBoxedMeasure

func (*ProtoColumnSettings) GetPositionMode

func (x *ProtoColumnSettings) GetPositionMode() ProtoPositionMode

func (*ProtoColumnSettings) GetPositionOffset

func (x *ProtoColumnSettings) GetPositionOffset() *ProtoBoxedMeasure

func (*ProtoColumnSettings) GetWidth

func (x *ProtoColumnSettings) GetWidth() *ProtoBoxedMeasure

func (*ProtoColumnSettings) ProtoMessage

func (*ProtoColumnSettings) ProtoMessage()

func (*ProtoColumnSettings) ProtoReflect

func (x *ProtoColumnSettings) ProtoReflect() protoreflect.Message

func (*ProtoColumnSettings) Reset

func (x *ProtoColumnSettings) Reset()

func (*ProtoColumnSettings) String

func (x *ProtoColumnSettings) String() string

type ProtoCropSettings

type ProtoCropSettings struct {
	X      *ProtoBoxedMeasure `protobuf:"bytes,1,opt,name=x,proto3" json:"x,omitempty"`
	Y      *ProtoBoxedMeasure `protobuf:"bytes,2,opt,name=y,proto3" json:"y,omitempty"`
	Width  *ProtoBoxedMeasure `protobuf:"bytes,3,opt,name=width,proto3" json:"width,omitempty"`
	Height *ProtoBoxedMeasure `protobuf:"bytes,4,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoCropSettings) Descriptor deprecated

func (*ProtoCropSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoCropSettings.ProtoReflect.Descriptor instead.

func (*ProtoCropSettings) GetHeight

func (x *ProtoCropSettings) GetHeight() *ProtoBoxedMeasure

func (*ProtoCropSettings) GetWidth

func (x *ProtoCropSettings) GetWidth() *ProtoBoxedMeasure

func (*ProtoCropSettings) GetX

func (*ProtoCropSettings) GetY

func (*ProtoCropSettings) ProtoMessage

func (*ProtoCropSettings) ProtoMessage()

func (*ProtoCropSettings) ProtoReflect

func (x *ProtoCropSettings) ProtoReflect() protoreflect.Message

func (*ProtoCropSettings) Reset

func (x *ProtoCropSettings) Reset()

func (*ProtoCropSettings) String

func (x *ProtoCropSettings) String() string

type ProtoDirectory

type ProtoDirectory struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Uuid            string                  `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,4,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoDirectory) Descriptor deprecated

func (*ProtoDirectory) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDirectory.ProtoReflect.Descriptor instead.

func (*ProtoDirectory) GetComChannelUUIDs

func (x *ProtoDirectory) GetComChannelUUIDs() []string

func (*ProtoDirectory) GetParent

func (x *ProtoDirectory) GetParent() *ProtoDocumentElement

func (*ProtoDirectory) GetUuid

func (x *ProtoDirectory) GetUuid() string

func (*ProtoDirectory) GetXChildren

func (x *ProtoDirectory) GetXChildren() []*ProtoDocumentElement

func (*ProtoDirectory) ProtoMessage

func (*ProtoDirectory) ProtoMessage()

func (*ProtoDirectory) ProtoReflect

func (x *ProtoDirectory) ProtoReflect() protoreflect.Message

func (*ProtoDirectory) Reset

func (x *ProtoDirectory) Reset()

func (*ProtoDirectory) String

func (x *ProtoDirectory) String() string

func (*ProtoDirectory) ToNode added in v0.0.2

func (ProtoDirectory *ProtoDirectory) ToNode(children ...Message) *Node

type ProtoDocumentElement

type ProtoDocumentElement struct {
	Parent *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoDocumentElement) Descriptor deprecated

func (*ProtoDocumentElement) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDocumentElement.ProtoReflect.Descriptor instead.

func (*ProtoDocumentElement) GetParent

func (*ProtoDocumentElement) ProtoMessage

func (*ProtoDocumentElement) ProtoMessage()

func (*ProtoDocumentElement) ProtoReflect

func (x *ProtoDocumentElement) ProtoReflect() protoreflect.Message

func (*ProtoDocumentElement) Reset

func (x *ProtoDocumentElement) Reset()

func (*ProtoDocumentElement) String

func (x *ProtoDocumentElement) String() string

type ProtoFlipSettings

type ProtoFlipSettings struct {
	X bool `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	Y bool `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoFlipSettings) Descriptor deprecated

func (*ProtoFlipSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoFlipSettings.ProtoReflect.Descriptor instead.

func (*ProtoFlipSettings) GetX

func (x *ProtoFlipSettings) GetX() bool

func (*ProtoFlipSettings) GetY

func (x *ProtoFlipSettings) GetY() bool

func (*ProtoFlipSettings) ProtoMessage

func (*ProtoFlipSettings) ProtoMessage()

func (*ProtoFlipSettings) ProtoReflect

func (x *ProtoFlipSettings) ProtoReflect() protoreflect.Message

func (*ProtoFlipSettings) Reset

func (x *ProtoFlipSettings) Reset()

func (*ProtoFlipSettings) String

func (x *ProtoFlipSettings) String() string

type ProtoFont

type ProtoFont struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoFont) Descriptor deprecated

func (*ProtoFont) Descriptor() ([]byte, []int)

Deprecated: Use ProtoFont.ProtoReflect.Descriptor instead.

func (*ProtoFont) GetId

func (x *ProtoFont) GetId() int32

func (*ProtoFont) GetName added in v0.0.3

func (x *ProtoFont) GetName() string

func (*ProtoFont) ProtoMessage

func (*ProtoFont) ProtoMessage()

func (*ProtoFont) ProtoReflect

func (x *ProtoFont) ProtoReflect() protoreflect.Message

func (*ProtoFont) Reset

func (x *ProtoFont) Reset()

func (*ProtoFont) String

func (x *ProtoFont) String() string

type ProtoFooter

type ProtoFooter struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Uuid            string                  `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,4,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoFooter) Descriptor deprecated

func (*ProtoFooter) Descriptor() ([]byte, []int)

Deprecated: Use ProtoFooter.ProtoReflect.Descriptor instead.

func (*ProtoFooter) GetComChannelUUIDs

func (x *ProtoFooter) GetComChannelUUIDs() []string

func (*ProtoFooter) GetParent

func (x *ProtoFooter) GetParent() *ProtoDocumentElement

func (*ProtoFooter) GetUuid

func (x *ProtoFooter) GetUuid() string

func (*ProtoFooter) GetXChildren

func (x *ProtoFooter) GetXChildren() []*ProtoDocumentElement

func (*ProtoFooter) ProtoMessage

func (*ProtoFooter) ProtoMessage()

func (*ProtoFooter) ProtoReflect

func (x *ProtoFooter) ProtoReflect() protoreflect.Message

func (*ProtoFooter) Reset

func (x *ProtoFooter) Reset()

func (*ProtoFooter) String

func (x *ProtoFooter) String() string

func (*ProtoFooter) ToNode added in v0.0.2

func (ProtoFooter *ProtoFooter) ToNode(children ...Message) *Node

type ProtoFormatted

type ProtoFormatted struct {
	Parent         *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	DteditorSyntax bool                  `protobuf:"varint,2,opt,name=dteditorSyntax,proto3" json:"dteditorSyntax,omitempty"`
	DoctypeContent string                `protobuf:"bytes,3,opt,name=doctypeContent,proto3" json:"doctypeContent,omitempty"`
	HtmlContent    string                `protobuf:"bytes,4,opt,name=htmlContent,proto3" json:"htmlContent,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoFormatted) Descriptor deprecated

func (*ProtoFormatted) Descriptor() ([]byte, []int)

Deprecated: Use ProtoFormatted.ProtoReflect.Descriptor instead.

func (*ProtoFormatted) GetDoctypeContent

func (x *ProtoFormatted) GetDoctypeContent() string

func (*ProtoFormatted) GetDteditorSyntax

func (x *ProtoFormatted) GetDteditorSyntax() bool

func (*ProtoFormatted) GetHtmlContent

func (x *ProtoFormatted) GetHtmlContent() string

func (*ProtoFormatted) GetParent

func (x *ProtoFormatted) GetParent() *ProtoDocumentElement

func (*ProtoFormatted) ProtoMessage

func (*ProtoFormatted) ProtoMessage()

func (*ProtoFormatted) ProtoReflect

func (x *ProtoFormatted) ProtoReflect() protoreflect.Message

func (*ProtoFormatted) Reset

func (x *ProtoFormatted) Reset()

func (*ProtoFormatted) String

func (x *ProtoFormatted) String() string

func (*ProtoFormatted) ToNode added in v0.0.2

func (ProtoFormatted *ProtoFormatted) ToNode(children ...Message) *Node

type ProtoGraphicState

type ProtoGraphicState struct {
	Bold          *ProtoBoxedBool `protobuf:"bytes,1,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic        *ProtoBoxedBool `protobuf:"bytes,2,opt,name=italic,proto3" json:"italic,omitempty"`
	ColorStack    []*ProtoColor   `protobuf:"bytes,3,rep,name=colorStack,proto3" json:"colorStack,omitempty"`
	Subscript     *ProtoBoxedBool `protobuf:"bytes,4,opt,name=subscript,proto3" json:"subscript,omitempty"`
	Superscript   *ProtoBoxedBool `protobuf:"bytes,5,opt,name=superscript,proto3" json:"superscript,omitempty"`
	Underline     *ProtoBoxedBool `protobuf:"bytes,6,opt,name=underline,proto3" json:"underline,omitempty"`
	Strikethrough *ProtoBoxedBool `protobuf:"bytes,7,opt,name=strikethrough,proto3" json:"strikethrough,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoGraphicState) Descriptor deprecated

func (*ProtoGraphicState) Descriptor() ([]byte, []int)

Deprecated: Use ProtoGraphicState.ProtoReflect.Descriptor instead.

func (*ProtoGraphicState) GetBold

func (x *ProtoGraphicState) GetBold() *ProtoBoxedBool

func (*ProtoGraphicState) GetColorStack

func (x *ProtoGraphicState) GetColorStack() []*ProtoColor

func (*ProtoGraphicState) GetItalic

func (x *ProtoGraphicState) GetItalic() *ProtoBoxedBool

func (*ProtoGraphicState) GetStrikethrough

func (x *ProtoGraphicState) GetStrikethrough() *ProtoBoxedBool

func (*ProtoGraphicState) GetSubscript

func (x *ProtoGraphicState) GetSubscript() *ProtoBoxedBool

func (*ProtoGraphicState) GetSuperscript

func (x *ProtoGraphicState) GetSuperscript() *ProtoBoxedBool

func (*ProtoGraphicState) GetUnderline

func (x *ProtoGraphicState) GetUnderline() *ProtoBoxedBool

func (*ProtoGraphicState) ProtoMessage

func (*ProtoGraphicState) ProtoMessage()

func (*ProtoGraphicState) ProtoReflect

func (x *ProtoGraphicState) ProtoReflect() protoreflect.Message

func (*ProtoGraphicState) Reset

func (x *ProtoGraphicState) Reset()

func (*ProtoGraphicState) String

func (x *ProtoGraphicState) String() string

type ProtoHeader

type ProtoHeader struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Uuid            string                  `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,4,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoHeader) Descriptor deprecated

func (*ProtoHeader) Descriptor() ([]byte, []int)

Deprecated: Use ProtoHeader.ProtoReflect.Descriptor instead.

func (*ProtoHeader) GetComChannelUUIDs

func (x *ProtoHeader) GetComChannelUUIDs() []string

func (*ProtoHeader) GetParent

func (x *ProtoHeader) GetParent() *ProtoDocumentElement

func (*ProtoHeader) GetUuid

func (x *ProtoHeader) GetUuid() string

func (*ProtoHeader) GetXChildren

func (x *ProtoHeader) GetXChildren() []*ProtoDocumentElement

func (*ProtoHeader) ProtoMessage

func (*ProtoHeader) ProtoMessage()

func (*ProtoHeader) ProtoReflect

func (x *ProtoHeader) ProtoReflect() protoreflect.Message

func (*ProtoHeader) Reset

func (x *ProtoHeader) Reset()

func (*ProtoHeader) String

func (x *ProtoHeader) String() string

func (*ProtoHeader) ToNode added in v0.0.2

func (ProtoHeader *ProtoHeader) ToNode(children ...Message) *Node

type ProtoHorizontalAlignment

type ProtoHorizontalAlignment int32
const (
	ProtoHorizontalAlignment_ALIGN_LEFT           ProtoHorizontalAlignment = 0
	ProtoHorizontalAlignment_ALIGN_CENTER         ProtoHorizontalAlignment = 1
	ProtoHorizontalAlignment_ALIGN_RIGHT          ProtoHorizontalAlignment = 2
	ProtoHorizontalAlignment_ALIGN_JUSTIFY        ProtoHorizontalAlignment = 3
	ProtoHorizontalAlignment_ALIGN_FULL_JUSTIFY   ProtoHorizontalAlignment = 4
	ProtoHorizontalAlignment_ALIGN_CENTER_ON_PAGE ProtoHorizontalAlignment = 5
)

func (ProtoHorizontalAlignment) Descriptor

func (ProtoHorizontalAlignment) Enum

func (ProtoHorizontalAlignment) EnumDescriptor deprecated

func (ProtoHorizontalAlignment) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoHorizontalAlignment.Descriptor instead.

func (ProtoHorizontalAlignment) Number

func (ProtoHorizontalAlignment) String

func (x ProtoHorizontalAlignment) String() string

func (ProtoHorizontalAlignment) Type

type ProtoHtmlParser

type ProtoHtmlParser struct {
	// contains filtered or unexported fields
}

func (*ProtoHtmlParser) Descriptor deprecated

func (*ProtoHtmlParser) Descriptor() ([]byte, []int)

Deprecated: Use ProtoHtmlParser.ProtoReflect.Descriptor instead.

func (*ProtoHtmlParser) ProtoMessage

func (*ProtoHtmlParser) ProtoMessage()

func (*ProtoHtmlParser) ProtoReflect

func (x *ProtoHtmlParser) ProtoReflect() protoreflect.Message

func (*ProtoHtmlParser) Reset

func (x *ProtoHtmlParser) Reset()

func (*ProtoHtmlParser) String

func (x *ProtoHtmlParser) String() string

type ProtoImage

type ProtoImage struct {
	Parent           *ProtoDocumentElement          `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Alt              string                         `protobuf:"bytes,2,opt,name=alt,proto3" json:"alt,omitempty"`
	Name             string                         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Src              string                         `protobuf:"bytes,4,opt,name=src,proto3" json:"src,omitempty"`
	Filename         string                         `protobuf:"bytes,5,opt,name=filename,proto3" json:"filename,omitempty"`
	Scale            *ProtoBoxedDouble              `protobuf:"bytes,6,opt,name=scale,proto3" json:"scale,omitempty"`
	ColumnScale      *ProtoBoxedDouble              `protobuf:"bytes,7,opt,name=columnScale,proto3" json:"columnScale,omitempty"`
	Width            *ProtoBoxedMeasure             `protobuf:"bytes,8,opt,name=width,proto3" json:"width,omitempty"`
	Height           *ProtoBoxedMeasure             `protobuf:"bytes,9,opt,name=height,proto3" json:"height,omitempty"`
	X                *ProtoBoxedMeasure             `protobuf:"bytes,10,opt,name=x,proto3" json:"x,omitempty"`
	Y                *ProtoBoxedMeasure             `protobuf:"bytes,11,opt,name=y,proto3" json:"y,omitempty"`
	PositionAbsolute *ProtoBoxedBool                `protobuf:"bytes,12,opt,name=positionAbsolute,proto3" json:"positionAbsolute,omitempty"`
	Rotation         float64                        `protobuf:"fixed64,13,opt,name=rotation,proto3" json:"rotation,omitempty"`
	FlipSettings     *ProtoFlipSettings             `protobuf:"bytes,14,opt,name=flipSettings,proto3" json:"flipSettings,omitempty"`
	CropSettings     *ProtoCropSettings             `protobuf:"bytes,15,opt,name=cropSettings,proto3" json:"cropSettings,omitempty"`
	Aia              *ProtoAdvancedIllustrationArea `protobuf:"bytes,16,opt,name=aia,proto3" json:"aia,omitempty"`
	Uuid             string                         `protobuf:"bytes,17,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ReferencePoint   ProtoImageReferencePoint       `protobuf:"varint,18,opt,name=referencePoint,proto3,enum=ProtoImageReferencePoint" json:"referencePoint,omitempty"`
	Hyperlink        string                         `protobuf:"bytes,19,opt,name=hyperlink,proto3" json:"hyperlink,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoImage) Descriptor deprecated

func (*ProtoImage) Descriptor() ([]byte, []int)

Deprecated: Use ProtoImage.ProtoReflect.Descriptor instead.

func (*ProtoImage) GetAia

func (*ProtoImage) GetAlt

func (x *ProtoImage) GetAlt() string

func (*ProtoImage) GetColumnScale

func (x *ProtoImage) GetColumnScale() *ProtoBoxedDouble

func (*ProtoImage) GetCropSettings

func (x *ProtoImage) GetCropSettings() *ProtoCropSettings

func (*ProtoImage) GetFilename

func (x *ProtoImage) GetFilename() string

func (*ProtoImage) GetFlipSettings

func (x *ProtoImage) GetFlipSettings() *ProtoFlipSettings

func (*ProtoImage) GetHeight

func (x *ProtoImage) GetHeight() *ProtoBoxedMeasure
func (x *ProtoImage) GetHyperlink() string

func (*ProtoImage) GetName

func (x *ProtoImage) GetName() string

func (*ProtoImage) GetParent

func (x *ProtoImage) GetParent() *ProtoDocumentElement

func (*ProtoImage) GetPositionAbsolute

func (x *ProtoImage) GetPositionAbsolute() *ProtoBoxedBool

func (*ProtoImage) GetReferencePoint

func (x *ProtoImage) GetReferencePoint() ProtoImageReferencePoint

func (*ProtoImage) GetRotation

func (x *ProtoImage) GetRotation() float64

func (*ProtoImage) GetScale

func (x *ProtoImage) GetScale() *ProtoBoxedDouble

func (*ProtoImage) GetSrc

func (x *ProtoImage) GetSrc() string

func (*ProtoImage) GetUuid

func (x *ProtoImage) GetUuid() string

func (*ProtoImage) GetWidth

func (x *ProtoImage) GetWidth() *ProtoBoxedMeasure

func (*ProtoImage) GetX

func (x *ProtoImage) GetX() *ProtoBoxedMeasure

func (*ProtoImage) GetY

func (x *ProtoImage) GetY() *ProtoBoxedMeasure

func (*ProtoImage) ProtoMessage

func (*ProtoImage) ProtoMessage()

func (*ProtoImage) ProtoReflect

func (x *ProtoImage) ProtoReflect() protoreflect.Message

func (*ProtoImage) Reset

func (x *ProtoImage) Reset()

func (*ProtoImage) String

func (x *ProtoImage) String() string

func (*ProtoImage) ToNode added in v0.0.2

func (ProtoImage *ProtoImage) ToNode(children ...Message) *Node

type ProtoImageListLevelSetting

type ProtoImageListLevelSetting struct {
	ListSettingName string                    `protobuf:"bytes,1,opt,name=listSettingName,proto3" json:"listSettingName,omitempty"`
	FontSize        *ProtoBoxedUint32         `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	Type            ProtoListLevelSettingType `protobuf:"varint,3,opt,name=type,proto3,enum=ProtoListLevelSettingType" json:"type,omitempty"`
	Level           int32                     `protobuf:"varint,4,opt,name=level,proto3" json:"level,omitempty"`
	Prefix          string                    `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix          string                    `protobuf:"bytes,6,opt,name=suffix,proto3" json:"suffix,omitempty"`
	FixFontFamily   *ProtoFont                `protobuf:"bytes,7,opt,name=fixFontFamily,proto3" json:"fixFontFamily,omitempty"`
	FixBold         bool                      `protobuf:"varint,8,opt,name=fixBold,proto3" json:"fixBold,omitempty"`
	FixItalic       bool                      `protobuf:"varint,9,opt,name=fixItalic,proto3" json:"fixItalic,omitempty"`
	IndentionWidth  int32                     `protobuf:"varint,10,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	Color           *ProtoColor               `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"`
	ImageName       string                    `protobuf:"bytes,12,opt,name=imageName,proto3" json:"imageName,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoImageListLevelSetting) Descriptor deprecated

func (*ProtoImageListLevelSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoImageListLevelSetting.ProtoReflect.Descriptor instead.

func (*ProtoImageListLevelSetting) GetColor

func (x *ProtoImageListLevelSetting) GetColor() *ProtoColor

func (*ProtoImageListLevelSetting) GetFixBold

func (x *ProtoImageListLevelSetting) GetFixBold() bool

func (*ProtoImageListLevelSetting) GetFixFontFamily

func (x *ProtoImageListLevelSetting) GetFixFontFamily() *ProtoFont

func (*ProtoImageListLevelSetting) GetFixItalic

func (x *ProtoImageListLevelSetting) GetFixItalic() bool

func (*ProtoImageListLevelSetting) GetFontSize

func (x *ProtoImageListLevelSetting) GetFontSize() *ProtoBoxedUint32

func (*ProtoImageListLevelSetting) GetImageName

func (x *ProtoImageListLevelSetting) GetImageName() string

func (*ProtoImageListLevelSetting) GetIndentionWidth

func (x *ProtoImageListLevelSetting) GetIndentionWidth() int32

func (*ProtoImageListLevelSetting) GetLevel

func (x *ProtoImageListLevelSetting) GetLevel() int32

func (*ProtoImageListLevelSetting) GetListSettingName

func (x *ProtoImageListLevelSetting) GetListSettingName() string

func (*ProtoImageListLevelSetting) GetPrefix

func (x *ProtoImageListLevelSetting) GetPrefix() string

func (*ProtoImageListLevelSetting) GetSuffix

func (x *ProtoImageListLevelSetting) GetSuffix() string

func (*ProtoImageListLevelSetting) GetType

func (*ProtoImageListLevelSetting) ProtoMessage

func (*ProtoImageListLevelSetting) ProtoMessage()

func (*ProtoImageListLevelSetting) ProtoReflect

func (*ProtoImageListLevelSetting) Reset

func (x *ProtoImageListLevelSetting) Reset()

func (*ProtoImageListLevelSetting) String

func (x *ProtoImageListLevelSetting) String() string

type ProtoImageReferencePoint

type ProtoImageReferencePoint int32
const (
	ProtoImageReferencePoint_REF_POINT_DO_NOT_USE_AT_ALL ProtoImageReferencePoint = 0
	ProtoImageReferencePoint_REF_POINT_BOTTOM_LEFT       ProtoImageReferencePoint = 1
	ProtoImageReferencePoint_REF_POINT_TOP_LEFT          ProtoImageReferencePoint = 2
	ProtoImageReferencePoint_REF_POINT_CENTER            ProtoImageReferencePoint = 3
	ProtoImageReferencePoint_REF_POINT_BOTTOM_RIGHT      ProtoImageReferencePoint = 4
	ProtoImageReferencePoint_REF_POINT_TOP_RIGHT         ProtoImageReferencePoint = 5
)

func (ProtoImageReferencePoint) Descriptor

func (ProtoImageReferencePoint) Enum

func (ProtoImageReferencePoint) EnumDescriptor deprecated

func (ProtoImageReferencePoint) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoImageReferencePoint.Descriptor instead.

func (ProtoImageReferencePoint) Number

func (ProtoImageReferencePoint) String

func (x ProtoImageReferencePoint) String() string

func (ProtoImageReferencePoint) Type

type ProtoIndentation

type ProtoIndentation struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Left            *ProtoBoxedMeasure      `protobuf:"bytes,3,opt,name=left,proto3" json:"left,omitempty"`
	Right           *ProtoBoxedMeasure      `protobuf:"bytes,4,opt,name=right,proto3" json:"right,omitempty"`
	Uuid            string                  `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,6,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoIndentation) Descriptor deprecated

func (*ProtoIndentation) Descriptor() ([]byte, []int)

Deprecated: Use ProtoIndentation.ProtoReflect.Descriptor instead.

func (*ProtoIndentation) GetComChannelUUIDs

func (x *ProtoIndentation) GetComChannelUUIDs() []string

func (*ProtoIndentation) GetLeft

func (x *ProtoIndentation) GetLeft() *ProtoBoxedMeasure

func (*ProtoIndentation) GetParent

func (x *ProtoIndentation) GetParent() *ProtoDocumentElement

func (*ProtoIndentation) GetRight

func (x *ProtoIndentation) GetRight() *ProtoBoxedMeasure

func (*ProtoIndentation) GetUuid

func (x *ProtoIndentation) GetUuid() string

func (*ProtoIndentation) GetXChildren

func (x *ProtoIndentation) GetXChildren() []*ProtoDocumentElement

func (*ProtoIndentation) ProtoMessage

func (*ProtoIndentation) ProtoMessage()

func (*ProtoIndentation) ProtoReflect

func (x *ProtoIndentation) ProtoReflect() protoreflect.Message

func (*ProtoIndentation) Reset

func (x *ProtoIndentation) Reset()

func (*ProtoIndentation) String

func (x *ProtoIndentation) String() string

func (*ProtoIndentation) ToNode added in v0.0.2

func (ProtoIndentation *ProtoIndentation) ToNode(children ...Message) *Node

type ProtoLayout added in v0.0.25

type ProtoLayout struct {
	Parent *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Name   string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoLayout) Descriptor deprecated added in v0.0.25

func (*ProtoLayout) Descriptor() ([]byte, []int)

Deprecated: Use ProtoLayout.ProtoReflect.Descriptor instead.

func (*ProtoLayout) GetName added in v0.0.25

func (x *ProtoLayout) GetName() string

func (*ProtoLayout) GetParent added in v0.0.25

func (x *ProtoLayout) GetParent() *ProtoDocumentElement

func (*ProtoLayout) ProtoMessage added in v0.0.25

func (*ProtoLayout) ProtoMessage()

func (*ProtoLayout) ProtoReflect added in v0.0.25

func (x *ProtoLayout) ProtoReflect() protoreflect.Message

func (*ProtoLayout) Reset added in v0.0.25

func (x *ProtoLayout) Reset()

func (*ProtoLayout) String added in v0.0.25

func (x *ProtoLayout) String() string

func (*ProtoLayout) ToNode added in v0.0.25

func (ProtoLayout *ProtoLayout) ToNode(children ...Message) *Node

type ProtoLinebreak

type ProtoLinebreak struct {
	Parent *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoLinebreak) Descriptor deprecated

func (*ProtoLinebreak) Descriptor() ([]byte, []int)

Deprecated: Use ProtoLinebreak.ProtoReflect.Descriptor instead.

func (*ProtoLinebreak) GetParent

func (x *ProtoLinebreak) GetParent() *ProtoDocumentElement

func (*ProtoLinebreak) ProtoMessage

func (*ProtoLinebreak) ProtoMessage()

func (*ProtoLinebreak) ProtoReflect

func (x *ProtoLinebreak) ProtoReflect() protoreflect.Message

func (*ProtoLinebreak) Reset

func (x *ProtoLinebreak) Reset()

func (*ProtoLinebreak) String

func (x *ProtoLinebreak) String() string

func (*ProtoLinebreak) ToNode added in v0.0.2

func (ProtoLinebreak *ProtoLinebreak) ToNode(children ...Message) *Node
type ProtoLink struct {
	XChildren []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Url       string                  `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoLink) Descriptor deprecated

func (*ProtoLink) Descriptor() ([]byte, []int)

Deprecated: Use ProtoLink.ProtoReflect.Descriptor instead.

func (*ProtoLink) GetUrl

func (x *ProtoLink) GetUrl() string

func (*ProtoLink) GetXChildren

func (x *ProtoLink) GetXChildren() []*ProtoDocumentElement

func (*ProtoLink) ProtoMessage

func (*ProtoLink) ProtoMessage()

func (*ProtoLink) ProtoReflect

func (x *ProtoLink) ProtoReflect() protoreflect.Message

func (*ProtoLink) Reset

func (x *ProtoLink) Reset()

func (*ProtoLink) String

func (x *ProtoLink) String() string

func (*ProtoLink) ToNode added in v0.0.2

func (ProtoLink *ProtoLink) ToNode(children ...Message) *Node

type ProtoListLevelSetting

type ProtoListLevelSetting struct {
	ListSettingName string                    `protobuf:"bytes,1,opt,name=listSettingName,proto3" json:"listSettingName,omitempty"`
	FontSize        *ProtoBoxedUint32         `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	Type            ProtoListLevelSettingType `protobuf:"varint,3,opt,name=type,proto3,enum=ProtoListLevelSettingType" json:"type,omitempty"`
	Level           int32                     `protobuf:"varint,4,opt,name=level,proto3" json:"level,omitempty"`
	Prefix          string                    `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix          string                    `protobuf:"bytes,6,opt,name=suffix,proto3" json:"suffix,omitempty"`
	FixFontFamily   *ProtoFont                `protobuf:"bytes,7,opt,name=fixFontFamily,proto3" json:"fixFontFamily,omitempty"`
	FixBold         bool                      `protobuf:"varint,8,opt,name=fixBold,proto3" json:"fixBold,omitempty"`
	FixItalic       bool                      `protobuf:"varint,9,opt,name=fixItalic,proto3" json:"fixItalic,omitempty"`
	IndentionWidth  int32                     `protobuf:"varint,10,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	Color           *ProtoColor               `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"`
	ImageName       string                    `protobuf:"bytes,12,opt,name=imageName,proto3" json:"imageName,omitempty"`
	FontFamily      *ProtoFont                `protobuf:"bytes,13,opt,name=fontFamily,proto3" json:"fontFamily,omitempty"`
	Bold            *ProtoBoxedBool           `protobuf:"bytes,14,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic          *ProtoBoxedBool           `protobuf:"bytes,15,opt,name=italic,proto3" json:"italic,omitempty"`
	NumberType      ProtoNumberType           `protobuf:"varint,16,opt,name=numberType,proto3,enum=ProtoNumberType" json:"numberType,omitempty"`
	Character       string                    `protobuf:"bytes,17,opt,name=character,proto3" json:"character,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoListLevelSetting) Descriptor deprecated

func (*ProtoListLevelSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoListLevelSetting.ProtoReflect.Descriptor instead.

func (*ProtoListLevelSetting) GetBold

func (x *ProtoListLevelSetting) GetBold() *ProtoBoxedBool

func (*ProtoListLevelSetting) GetCharacter

func (x *ProtoListLevelSetting) GetCharacter() string

func (*ProtoListLevelSetting) GetColor

func (x *ProtoListLevelSetting) GetColor() *ProtoColor

func (*ProtoListLevelSetting) GetFixBold

func (x *ProtoListLevelSetting) GetFixBold() bool

func (*ProtoListLevelSetting) GetFixFontFamily

func (x *ProtoListLevelSetting) GetFixFontFamily() *ProtoFont

func (*ProtoListLevelSetting) GetFixItalic

func (x *ProtoListLevelSetting) GetFixItalic() bool

func (*ProtoListLevelSetting) GetFontFamily

func (x *ProtoListLevelSetting) GetFontFamily() *ProtoFont

func (*ProtoListLevelSetting) GetFontSize

func (x *ProtoListLevelSetting) GetFontSize() *ProtoBoxedUint32

func (*ProtoListLevelSetting) GetImageName

func (x *ProtoListLevelSetting) GetImageName() string

func (*ProtoListLevelSetting) GetIndentionWidth

func (x *ProtoListLevelSetting) GetIndentionWidth() int32

func (*ProtoListLevelSetting) GetItalic

func (x *ProtoListLevelSetting) GetItalic() *ProtoBoxedBool

func (*ProtoListLevelSetting) GetLevel

func (x *ProtoListLevelSetting) GetLevel() int32

func (*ProtoListLevelSetting) GetListSettingName

func (x *ProtoListLevelSetting) GetListSettingName() string

func (*ProtoListLevelSetting) GetNumberType

func (x *ProtoListLevelSetting) GetNumberType() ProtoNumberType

func (*ProtoListLevelSetting) GetPrefix

func (x *ProtoListLevelSetting) GetPrefix() string

func (*ProtoListLevelSetting) GetSuffix

func (x *ProtoListLevelSetting) GetSuffix() string

func (*ProtoListLevelSetting) GetType

func (*ProtoListLevelSetting) ProtoMessage

func (*ProtoListLevelSetting) ProtoMessage()

func (*ProtoListLevelSetting) ProtoReflect

func (x *ProtoListLevelSetting) ProtoReflect() protoreflect.Message

func (*ProtoListLevelSetting) Reset

func (x *ProtoListLevelSetting) Reset()

func (*ProtoListLevelSetting) String

func (x *ProtoListLevelSetting) String() string

type ProtoListLevelSettingType

type ProtoListLevelSettingType int32
const (
	ProtoListLevelSettingType_UNNUMBERED ProtoListLevelSettingType = 0
	ProtoListLevelSettingType_NUMERIC    ProtoListLevelSettingType = 1
	ProtoListLevelSettingType_IMAGE      ProtoListLevelSettingType = 2
)

func (ProtoListLevelSettingType) Descriptor

func (ProtoListLevelSettingType) Enum

func (ProtoListLevelSettingType) EnumDescriptor deprecated

func (ProtoListLevelSettingType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoListLevelSettingType.Descriptor instead.

func (ProtoListLevelSettingType) Number

func (ProtoListLevelSettingType) String

func (x ProtoListLevelSettingType) String() string

func (ProtoListLevelSettingType) Type

type ProtoListSetting

type ProtoListSetting struct {
	Parent                  *ProtoDocumentElement    `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Name                    string                   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ListLevelSettings       []*ProtoListLevelSetting `protobuf:"bytes,3,rep,name=listLevelSettings,proto3" json:"listLevelSettings,omitempty"`
	DefaultListLevelSetting *ProtoListLevelSetting   `protobuf:"bytes,4,opt,name=defaultListLevelSetting,proto3" json:"defaultListLevelSetting,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoListSetting) Descriptor deprecated

func (*ProtoListSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoListSetting.ProtoReflect.Descriptor instead.

func (*ProtoListSetting) GetDefaultListLevelSetting

func (x *ProtoListSetting) GetDefaultListLevelSetting() *ProtoListLevelSetting

func (*ProtoListSetting) GetListLevelSettings

func (x *ProtoListSetting) GetListLevelSettings() []*ProtoListLevelSetting

func (*ProtoListSetting) GetName

func (x *ProtoListSetting) GetName() string

func (*ProtoListSetting) GetParent

func (x *ProtoListSetting) GetParent() *ProtoDocumentElement

func (*ProtoListSetting) ProtoMessage

func (*ProtoListSetting) ProtoMessage()

func (*ProtoListSetting) ProtoReflect

func (x *ProtoListSetting) ProtoReflect() protoreflect.Message

func (*ProtoListSetting) Reset

func (x *ProtoListSetting) Reset()

func (*ProtoListSetting) String

func (x *ProtoListSetting) String() string

func (*ProtoListSetting) ToNode added in v0.0.2

func (ProtoListSetting *ProtoListSetting) ToNode(children ...Message) *Node

type ProtoLoop added in v0.0.6

type ProtoLoop struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Path            string                  `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Uuid            string                  `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,5,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoLoop) Descriptor deprecated added in v0.0.6

func (*ProtoLoop) Descriptor() ([]byte, []int)

Deprecated: Use ProtoLoop.ProtoReflect.Descriptor instead.

func (*ProtoLoop) GetComChannelUUIDs added in v0.0.6

func (x *ProtoLoop) GetComChannelUUIDs() []string

func (*ProtoLoop) GetParent added in v0.0.6

func (x *ProtoLoop) GetParent() *ProtoDocumentElement

func (*ProtoLoop) GetPath added in v0.0.6

func (x *ProtoLoop) GetPath() string

func (*ProtoLoop) GetUuid added in v0.0.6

func (x *ProtoLoop) GetUuid() string

func (*ProtoLoop) GetXChildren added in v0.0.6

func (x *ProtoLoop) GetXChildren() []*ProtoDocumentElement

func (*ProtoLoop) ProtoMessage added in v0.0.6

func (*ProtoLoop) ProtoMessage()

func (*ProtoLoop) ProtoReflect added in v0.0.6

func (x *ProtoLoop) ProtoReflect() protoreflect.Message

func (*ProtoLoop) Reset added in v0.0.6

func (x *ProtoLoop) Reset()

func (*ProtoLoop) String added in v0.0.6

func (x *ProtoLoop) String() string

func (*ProtoLoop) ToNode added in v0.0.6

func (ProtoLoop *ProtoLoop) ToNode(children ...Message) *Node

type ProtoLoopEntry added in v0.0.6

type ProtoLoopEntry struct {
	XChildren []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent    *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Path      string                  `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Index     uint64                  `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	Uuid      string                  `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoLoopEntry) Descriptor deprecated added in v0.0.6

func (*ProtoLoopEntry) Descriptor() ([]byte, []int)

Deprecated: Use ProtoLoopEntry.ProtoReflect.Descriptor instead.

func (*ProtoLoopEntry) GetIndex added in v0.0.6

func (x *ProtoLoopEntry) GetIndex() uint64

func (*ProtoLoopEntry) GetParent added in v0.0.6

func (x *ProtoLoopEntry) GetParent() *ProtoDocumentElement

func (*ProtoLoopEntry) GetPath added in v0.0.6

func (x *ProtoLoopEntry) GetPath() string

func (*ProtoLoopEntry) GetUuid added in v0.0.6

func (x *ProtoLoopEntry) GetUuid() string

func (*ProtoLoopEntry) GetXChildren added in v0.0.6

func (x *ProtoLoopEntry) GetXChildren() []*ProtoDocumentElement

func (*ProtoLoopEntry) ProtoMessage added in v0.0.6

func (*ProtoLoopEntry) ProtoMessage()

func (*ProtoLoopEntry) ProtoReflect added in v0.0.6

func (x *ProtoLoopEntry) ProtoReflect() protoreflect.Message

func (*ProtoLoopEntry) Reset added in v0.0.6

func (x *ProtoLoopEntry) Reset()

func (*ProtoLoopEntry) String added in v0.0.6

func (x *ProtoLoopEntry) String() string

func (*ProtoLoopEntry) ToNode added in v0.0.6

func (ProtoLoopEntry *ProtoLoopEntry) ToNode(children ...Message) *Node

type ProtoMeasure

type ProtoMeasure struct {
	Value float64          `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	Mtype ProtoMeasureType `protobuf:"varint,2,opt,name=mtype,proto3,enum=ProtoMeasureType" json:"mtype,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoMeasure) Descriptor deprecated

func (*ProtoMeasure) Descriptor() ([]byte, []int)

Deprecated: Use ProtoMeasure.ProtoReflect.Descriptor instead.

func (*ProtoMeasure) GetMtype

func (x *ProtoMeasure) GetMtype() ProtoMeasureType

func (*ProtoMeasure) GetValue

func (x *ProtoMeasure) GetValue() float64

func (*ProtoMeasure) ProtoMessage

func (*ProtoMeasure) ProtoMessage()

func (*ProtoMeasure) ProtoReflect

func (x *ProtoMeasure) ProtoReflect() protoreflect.Message

func (*ProtoMeasure) Reset

func (x *ProtoMeasure) Reset()

func (*ProtoMeasure) String

func (x *ProtoMeasure) String() string

type ProtoMeasureType

type ProtoMeasureType int32
const (
	ProtoMeasureType_PT      ProtoMeasureType = 0
	ProtoMeasureType_CM      ProtoMeasureType = 1
	ProtoMeasureType_MM      ProtoMeasureType = 2
	ProtoMeasureType_IN      ProtoMeasureType = 3
	ProtoMeasureType_PERCENT ProtoMeasureType = 4
	ProtoMeasureType_PX      ProtoMeasureType = 5
)

func (ProtoMeasureType) Descriptor

func (ProtoMeasureType) Enum

func (ProtoMeasureType) EnumDescriptor deprecated

func (ProtoMeasureType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoMeasureType.Descriptor instead.

func (ProtoMeasureType) Number

func (ProtoMeasureType) String

func (x ProtoMeasureType) String() string

func (ProtoMeasureType) Type

type ProtoNamedString

type ProtoNamedString struct {
	XChildren []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent    *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Name      string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoNamedString) Descriptor deprecated

func (*ProtoNamedString) Descriptor() ([]byte, []int)

Deprecated: Use ProtoNamedString.ProtoReflect.Descriptor instead.

func (*ProtoNamedString) GetName

func (x *ProtoNamedString) GetName() string

func (*ProtoNamedString) GetParent

func (x *ProtoNamedString) GetParent() *ProtoDocumentElement

func (*ProtoNamedString) GetXChildren

func (x *ProtoNamedString) GetXChildren() []*ProtoDocumentElement

func (*ProtoNamedString) ProtoMessage

func (*ProtoNamedString) ProtoMessage()

func (*ProtoNamedString) ProtoReflect

func (x *ProtoNamedString) ProtoReflect() protoreflect.Message

func (*ProtoNamedString) Reset

func (x *ProtoNamedString) Reset()

func (*ProtoNamedString) String

func (x *ProtoNamedString) String() string

func (*ProtoNamedString) ToNode added in v0.0.2

func (ProtoNamedString *ProtoNamedString) ToNode(children ...Message) *Node

type ProtoNewPage

type ProtoNewPage struct {
	PaperTray       uint32               `protobuf:"varint,1,opt,name=paperTray,proto3" json:"paperTray,omitempty"`
	PaperCount      uint32               `protobuf:"varint,2,opt,name=paperCount,proto3" json:"paperCount,omitempty"`
	PageMode        ProtoPageMode        `protobuf:"varint,3,opt,name=pageMode,proto3,enum=ProtoPageMode" json:"pageMode,omitempty"`
	PageOrientation ProtoPageOrientation `protobuf:"varint,4,opt,name=pageOrientation,proto3,enum=ProtoPageOrientation" json:"pageOrientation,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoNewPage) Descriptor deprecated

func (*ProtoNewPage) Descriptor() ([]byte, []int)

Deprecated: Use ProtoNewPage.ProtoReflect.Descriptor instead.

func (*ProtoNewPage) GetPageMode

func (x *ProtoNewPage) GetPageMode() ProtoPageMode

func (*ProtoNewPage) GetPageOrientation added in v0.0.15

func (x *ProtoNewPage) GetPageOrientation() ProtoPageOrientation

func (*ProtoNewPage) GetPaperCount

func (x *ProtoNewPage) GetPaperCount() uint32

func (*ProtoNewPage) GetPaperTray

func (x *ProtoNewPage) GetPaperTray() uint32

func (*ProtoNewPage) ProtoMessage

func (*ProtoNewPage) ProtoMessage()

func (*ProtoNewPage) ProtoReflect

func (x *ProtoNewPage) ProtoReflect() protoreflect.Message

func (*ProtoNewPage) Reset

func (x *ProtoNewPage) Reset()

func (*ProtoNewPage) String

func (x *ProtoNewPage) String() string

func (*ProtoNewPage) ToNode added in v0.0.2

func (ProtoNewPage *ProtoNewPage) ToNode(children ...Message) *Node

type ProtoNumberListLevelSetting

type ProtoNumberListLevelSetting struct {
	ListSettingName string                    `protobuf:"bytes,1,opt,name=listSettingName,proto3" json:"listSettingName,omitempty"`
	FontSize        *ProtoBoxedUint32         `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	Type            ProtoListLevelSettingType `protobuf:"varint,3,opt,name=type,proto3,enum=ProtoListLevelSettingType" json:"type,omitempty"`
	Level           int32                     `protobuf:"varint,4,opt,name=level,proto3" json:"level,omitempty"`
	Prefix          string                    `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix          string                    `protobuf:"bytes,6,opt,name=suffix,proto3" json:"suffix,omitempty"`
	FixFontFamily   *ProtoFont                `protobuf:"bytes,7,opt,name=fixFontFamily,proto3" json:"fixFontFamily,omitempty"`
	FixBold         bool                      `protobuf:"varint,8,opt,name=fixBold,proto3" json:"fixBold,omitempty"`
	FixItalic       bool                      `protobuf:"varint,9,opt,name=fixItalic,proto3" json:"fixItalic,omitempty"`
	IndentionWidth  int32                     `protobuf:"varint,10,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	Color           *ProtoColor               `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"`
	FontFamily      *ProtoFont                `protobuf:"bytes,12,opt,name=fontFamily,proto3" json:"fontFamily,omitempty"`
	Bold            *ProtoBoxedBool           `protobuf:"bytes,13,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic          *ProtoBoxedBool           `protobuf:"bytes,14,opt,name=italic,proto3" json:"italic,omitempty"`
	NumberType      ProtoNumberType           `protobuf:"varint,15,opt,name=numberType,proto3,enum=ProtoNumberType" json:"numberType,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoNumberListLevelSetting) Descriptor deprecated

func (*ProtoNumberListLevelSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoNumberListLevelSetting.ProtoReflect.Descriptor instead.

func (*ProtoNumberListLevelSetting) GetBold

func (*ProtoNumberListLevelSetting) GetColor

func (x *ProtoNumberListLevelSetting) GetColor() *ProtoColor

func (*ProtoNumberListLevelSetting) GetFixBold

func (x *ProtoNumberListLevelSetting) GetFixBold() bool

func (*ProtoNumberListLevelSetting) GetFixFontFamily

func (x *ProtoNumberListLevelSetting) GetFixFontFamily() *ProtoFont

func (*ProtoNumberListLevelSetting) GetFixItalic

func (x *ProtoNumberListLevelSetting) GetFixItalic() bool

func (*ProtoNumberListLevelSetting) GetFontFamily

func (x *ProtoNumberListLevelSetting) GetFontFamily() *ProtoFont

func (*ProtoNumberListLevelSetting) GetFontSize

func (*ProtoNumberListLevelSetting) GetIndentionWidth

func (x *ProtoNumberListLevelSetting) GetIndentionWidth() int32

func (*ProtoNumberListLevelSetting) GetItalic

func (*ProtoNumberListLevelSetting) GetLevel

func (x *ProtoNumberListLevelSetting) GetLevel() int32

func (*ProtoNumberListLevelSetting) GetListSettingName

func (x *ProtoNumberListLevelSetting) GetListSettingName() string

func (*ProtoNumberListLevelSetting) GetNumberType

func (x *ProtoNumberListLevelSetting) GetNumberType() ProtoNumberType

func (*ProtoNumberListLevelSetting) GetPrefix

func (x *ProtoNumberListLevelSetting) GetPrefix() string

func (*ProtoNumberListLevelSetting) GetSuffix

func (x *ProtoNumberListLevelSetting) GetSuffix() string

func (*ProtoNumberListLevelSetting) GetType

func (*ProtoNumberListLevelSetting) ProtoMessage

func (*ProtoNumberListLevelSetting) ProtoMessage()

func (*ProtoNumberListLevelSetting) ProtoReflect

func (*ProtoNumberListLevelSetting) Reset

func (x *ProtoNumberListLevelSetting) Reset()

func (*ProtoNumberListLevelSetting) String

func (x *ProtoNumberListLevelSetting) String() string

type ProtoNumberType

type ProtoNumberType int32
const (
	ProtoNumberType_ARABIC           ProtoNumberType = 0
	ProtoNumberType_ROM_UPPERCASE    ProtoNumberType = 1
	ProtoNumberType_ROM_LOWERCASE    ProtoNumberType = 2
	ProtoNumberType_LETTER_UPPERCASE ProtoNumberType = 3
	ProtoNumberType_LETTER_LOWERCASE ProtoNumberType = 4
)

func (ProtoNumberType) Descriptor

func (ProtoNumberType) Enum

func (x ProtoNumberType) Enum() *ProtoNumberType

func (ProtoNumberType) EnumDescriptor deprecated

func (ProtoNumberType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoNumberType.Descriptor instead.

func (ProtoNumberType) Number

func (ProtoNumberType) String

func (x ProtoNumberType) String() string

func (ProtoNumberType) Type

type ProtoPDef

type ProtoPDef struct {
	PageWidth *ProtoBoxedMeasure `protobuf:"bytes,1,opt,name=pageWidth,proto3" json:"pageWidth,omitempty"`
	PageDepth *ProtoBoxedMeasure `protobuf:"bytes,2,opt,name=pageDepth,proto3" json:"pageDepth,omitempty"`
	Uuid      string             `protobuf:"bytes,3,opt,name=Uuid,proto3" json:"Uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoPDef) Descriptor deprecated

func (*ProtoPDef) Descriptor() ([]byte, []int)

Deprecated: Use ProtoPDef.ProtoReflect.Descriptor instead.

func (*ProtoPDef) GetPageDepth

func (x *ProtoPDef) GetPageDepth() *ProtoBoxedMeasure

func (*ProtoPDef) GetPageWidth

func (x *ProtoPDef) GetPageWidth() *ProtoBoxedMeasure

func (*ProtoPDef) GetUuid

func (x *ProtoPDef) GetUuid() string

func (*ProtoPDef) ProtoMessage

func (*ProtoPDef) ProtoMessage()

func (*ProtoPDef) ProtoReflect

func (x *ProtoPDef) ProtoReflect() protoreflect.Message

func (*ProtoPDef) Reset

func (x *ProtoPDef) Reset()

func (*ProtoPDef) String

func (x *ProtoPDef) String() string

func (*ProtoPDef) ToNode added in v0.0.2

func (ProtoPDef *ProtoPDef) ToNode(children ...Message) *Node

type ProtoPageMode

type ProtoPageMode int32
const (
	ProtoPageMode_NEXT_PAGE       ProtoPageMode = 0
	ProtoPageMode_NEXT_RECTO_PAGE ProtoPageMode = 1
	ProtoPageMode_NEXT_VERSO_PAGE ProtoPageMode = 2
)

func (ProtoPageMode) Descriptor

func (ProtoPageMode) Enum

func (x ProtoPageMode) Enum() *ProtoPageMode

func (ProtoPageMode) EnumDescriptor deprecated

func (ProtoPageMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoPageMode.Descriptor instead.

func (ProtoPageMode) Number

func (ProtoPageMode) String

func (x ProtoPageMode) String() string

func (ProtoPageMode) Type

type ProtoPageOrientation added in v0.0.15

type ProtoPageOrientation int32
const (
	ProtoPageOrientation_UNSET             ProtoPageOrientation = 0
	ProtoPageOrientation_PORTRAIT          ProtoPageOrientation = 1
	ProtoPageOrientation_LANDSCAPE         ProtoPageOrientation = 2
	ProtoPageOrientation_INVERSE_PORTRAIT  ProtoPageOrientation = 3
	ProtoPageOrientation_INVERSE_LANDSCAPE ProtoPageOrientation = 4
)

func (ProtoPageOrientation) Descriptor added in v0.0.15

func (ProtoPageOrientation) Enum added in v0.0.15

func (ProtoPageOrientation) EnumDescriptor deprecated added in v0.0.15

func (ProtoPageOrientation) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoPageOrientation.Descriptor instead.

func (ProtoPageOrientation) Number added in v0.0.15

func (ProtoPageOrientation) String added in v0.0.15

func (x ProtoPageOrientation) String() string

func (ProtoPageOrientation) Type added in v0.0.15

type ProtoParagraph

type ProtoParagraph struct {
	XChildren []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent    *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Format    *ProtoParagraphFormat   `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"`
	Overwrite *ProtoParagraphFormat   `protobuf:"bytes,4,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoParagraph) Descriptor deprecated

func (*ProtoParagraph) Descriptor() ([]byte, []int)

Deprecated: Use ProtoParagraph.ProtoReflect.Descriptor instead.

func (*ProtoParagraph) GetFormat

func (x *ProtoParagraph) GetFormat() *ProtoParagraphFormat

func (*ProtoParagraph) GetOverwrite

func (x *ProtoParagraph) GetOverwrite() *ProtoParagraphFormat

func (*ProtoParagraph) GetParent

func (x *ProtoParagraph) GetParent() *ProtoDocumentElement

func (*ProtoParagraph) GetXChildren

func (x *ProtoParagraph) GetXChildren() []*ProtoDocumentElement

func (*ProtoParagraph) ProtoMessage

func (*ProtoParagraph) ProtoMessage()

func (*ProtoParagraph) ProtoReflect

func (x *ProtoParagraph) ProtoReflect() protoreflect.Message

func (*ProtoParagraph) Reset

func (x *ProtoParagraph) Reset()

func (*ProtoParagraph) String

func (x *ProtoParagraph) String() string

func (*ProtoParagraph) ToNode added in v0.0.2

func (ProtoParagraph *ProtoParagraph) ToNode(children ...Message) *Node

type ProtoParagraphFormat

type ProtoParagraphFormat struct {
	BaseFormat           *ProtoParagraphFormat          `protobuf:"bytes,1,opt,name=baseFormat,proto3" json:"baseFormat,omitempty"`
	Name                 *ProtoBoxedString              `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Default              *ProtoBoxedBool                `protobuf:"bytes,3,opt,name=default,proto3" json:"default,omitempty"`
	Font                 *ProtoBoxedFont                `protobuf:"bytes,4,opt,name=font,proto3" json:"font,omitempty"`
	Bold                 *ProtoBoxedBool                `protobuf:"bytes,5,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic               *ProtoBoxedBool                `protobuf:"bytes,6,opt,name=italic,proto3" json:"italic,omitempty"`
	FontColor            *ProtoBoxedColor               `protobuf:"bytes,7,opt,name=fontColor,proto3" json:"fontColor,omitempty"`
	Underline            *ProtoBoxedUnderlineSpec       `protobuf:"bytes,8,opt,name=underline,proto3" json:"underline,omitempty"`
	FontSize             *ProtoBoxedMeasure             `protobuf:"bytes,9,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	CharacterWidth       *ProtoBoxedMeasure             `protobuf:"bytes,10,opt,name=characterWidth,proto3" json:"characterWidth,omitempty"`
	CharacterSpacing     *ProtoBoxedMeasure             `protobuf:"bytes,11,opt,name=characterSpacing,proto3" json:"characterSpacing,omitempty"`
	LineFeed             *ProtoBoxedMeasure             `protobuf:"bytes,12,opt,name=lineFeed,proto3" json:"lineFeed,omitempty"`
	Alignment            *ProtoBoxedHorizontalAlignment `protobuf:"bytes,13,opt,name=alignment,proto3" json:"alignment,omitempty"`
	IndentionWidth       *ProtoBoxedMeasure             `protobuf:"bytes,14,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	IndentionLevel       *ProtoBoxedInt32               `protobuf:"bytes,15,opt,name=indentionLevel,proto3" json:"indentionLevel,omitempty"`
	SpaceAbove           *ProtoBoxedMeasure             `protobuf:"bytes,16,opt,name=spaceAbove,proto3" json:"spaceAbove,omitempty"`
	SpaceBelow           *ProtoBoxedMeasure             `protobuf:"bytes,17,opt,name=spaceBelow,proto3" json:"spaceBelow,omitempty"`
	WidowSetting         *ProtoBoxedInt32               `protobuf:"bytes,18,opt,name=widowSetting,proto3" json:"widowSetting,omitempty"`
	OrphanSetting        *ProtoBoxedInt32               `protobuf:"bytes,19,opt,name=orphanSetting,proto3" json:"orphanSetting,omitempty"`
	WidowPriority        *ProtoBoxedInt32               `protobuf:"bytes,20,opt,name=widowPriority,proto3" json:"widowPriority,omitempty"`
	Strikethrough        *ProtoBoxedStrikethroughSpec   `protobuf:"bytes,21,opt,name=strikethrough,proto3" json:"strikethrough,omitempty"`
	SuperscriptSubscript *ProtoBoxedSPBMode             `protobuf:"bytes,22,opt,name=superscriptSubscript,proto3" json:"superscriptSubscript,omitempty"`
	BackgroundColor      *ProtoBoxedColor               `protobuf:"bytes,23,opt,name=backgroundColor,proto3" json:"backgroundColor,omitempty"`
	ListSetting          *ProtoBoxedListSetting         `protobuf:"bytes,24,opt,name=listSetting,proto3" json:"listSetting,omitempty"`
	Hyphenation          *ProtoBoxedBool                `protobuf:"bytes,25,opt,name=hyphenation,proto3" json:"hyphenation,omitempty"`
	PreNamedString       *ProtoBoxedString              `protobuf:"bytes,26,opt,name=preNamedString,proto3" json:"preNamedString,omitempty"`
	PostNamedString      *ProtoBoxedString              `protobuf:"bytes,27,opt,name=postNamedString,proto3" json:"postNamedString,omitempty"`
	SemanticType         *ProtoBoxedString              `protobuf:"bytes,28,opt,name=semanticType,proto3" json:"semanticType,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoParagraphFormat) Descriptor deprecated

func (*ProtoParagraphFormat) Descriptor() ([]byte, []int)

Deprecated: Use ProtoParagraphFormat.ProtoReflect.Descriptor instead.

func (*ProtoParagraphFormat) GetAlignment

func (*ProtoParagraphFormat) GetBackgroundColor

func (x *ProtoParagraphFormat) GetBackgroundColor() *ProtoBoxedColor

func (*ProtoParagraphFormat) GetBaseFormat

func (x *ProtoParagraphFormat) GetBaseFormat() *ProtoParagraphFormat

func (*ProtoParagraphFormat) GetBold

func (x *ProtoParagraphFormat) GetBold() *ProtoBoxedBool

func (*ProtoParagraphFormat) GetCharacterSpacing

func (x *ProtoParagraphFormat) GetCharacterSpacing() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetCharacterWidth

func (x *ProtoParagraphFormat) GetCharacterWidth() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetDefault

func (x *ProtoParagraphFormat) GetDefault() *ProtoBoxedBool

func (*ProtoParagraphFormat) GetFont

func (x *ProtoParagraphFormat) GetFont() *ProtoBoxedFont

func (*ProtoParagraphFormat) GetFontColor

func (x *ProtoParagraphFormat) GetFontColor() *ProtoBoxedColor

func (*ProtoParagraphFormat) GetFontSize

func (x *ProtoParagraphFormat) GetFontSize() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetHyphenation

func (x *ProtoParagraphFormat) GetHyphenation() *ProtoBoxedBool

func (*ProtoParagraphFormat) GetIndentionLevel

func (x *ProtoParagraphFormat) GetIndentionLevel() *ProtoBoxedInt32

func (*ProtoParagraphFormat) GetIndentionWidth

func (x *ProtoParagraphFormat) GetIndentionWidth() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetItalic

func (x *ProtoParagraphFormat) GetItalic() *ProtoBoxedBool

func (*ProtoParagraphFormat) GetLineFeed

func (x *ProtoParagraphFormat) GetLineFeed() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetListSetting

func (x *ProtoParagraphFormat) GetListSetting() *ProtoBoxedListSetting

func (*ProtoParagraphFormat) GetName

func (x *ProtoParagraphFormat) GetName() *ProtoBoxedString

func (*ProtoParagraphFormat) GetOrphanSetting

func (x *ProtoParagraphFormat) GetOrphanSetting() *ProtoBoxedInt32

func (*ProtoParagraphFormat) GetPostNamedString

func (x *ProtoParagraphFormat) GetPostNamedString() *ProtoBoxedString

func (*ProtoParagraphFormat) GetPreNamedString

func (x *ProtoParagraphFormat) GetPreNamedString() *ProtoBoxedString

func (*ProtoParagraphFormat) GetSemanticType

func (x *ProtoParagraphFormat) GetSemanticType() *ProtoBoxedString

func (*ProtoParagraphFormat) GetSpaceAbove

func (x *ProtoParagraphFormat) GetSpaceAbove() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetSpaceBelow

func (x *ProtoParagraphFormat) GetSpaceBelow() *ProtoBoxedMeasure

func (*ProtoParagraphFormat) GetStrikethrough

func (x *ProtoParagraphFormat) GetStrikethrough() *ProtoBoxedStrikethroughSpec

func (*ProtoParagraphFormat) GetSuperscriptSubscript

func (x *ProtoParagraphFormat) GetSuperscriptSubscript() *ProtoBoxedSPBMode

func (*ProtoParagraphFormat) GetUnderline

func (x *ProtoParagraphFormat) GetUnderline() *ProtoBoxedUnderlineSpec

func (*ProtoParagraphFormat) GetWidowPriority

func (x *ProtoParagraphFormat) GetWidowPriority() *ProtoBoxedInt32

func (*ProtoParagraphFormat) GetWidowSetting

func (x *ProtoParagraphFormat) GetWidowSetting() *ProtoBoxedInt32

func (*ProtoParagraphFormat) ProtoMessage

func (*ProtoParagraphFormat) ProtoMessage()

func (*ProtoParagraphFormat) ProtoReflect

func (x *ProtoParagraphFormat) ProtoReflect() protoreflect.Message

func (*ProtoParagraphFormat) Reset

func (x *ProtoParagraphFormat) Reset()

func (*ProtoParagraphFormat) String

func (x *ProtoParagraphFormat) String() string

func (*ProtoParagraphFormat) ToNode added in v0.0.2

func (ProtoParagraphFormat *ProtoParagraphFormat) ToNode(children ...Message) *Node

type ProtoPositionMode

type ProtoPositionMode int32
const (
	ProtoPositionMode_CENTER        ProtoPositionMode = 0
	ProtoPositionMode_LEFT          ProtoPositionMode = 1
	ProtoPositionMode_FOLIO         ProtoPositionMode = 2
	ProtoPositionMode_RIGHT         ProtoPositionMode = 3
	ProtoPositionMode_REVERSE_FOLIO ProtoPositionMode = 4
)

func (ProtoPositionMode) Descriptor

func (ProtoPositionMode) Enum

func (ProtoPositionMode) EnumDescriptor deprecated

func (ProtoPositionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoPositionMode.Descriptor instead.

func (ProtoPositionMode) Number

func (ProtoPositionMode) String

func (x ProtoPositionMode) String() string

func (ProtoPositionMode) Type

type ProtoPtConfig

type ProtoPtConfig struct {
	Height         *ProtoBoxedMeasure `protobuf:"bytes,1,opt,name=height,proto3" json:"height,omitempty"`
	LineFeed       *ProtoBoxedMeasure `protobuf:"bytes,2,opt,name=lineFeed,proto3" json:"lineFeed,omitempty"`
	CharacterWidth *ProtoBoxedMeasure `protobuf:"bytes,3,opt,name=characterWidth,proto3" json:"characterWidth,omitempty"`
	SpaceWidth     *ProtoBoxedMeasure `protobuf:"bytes,4,opt,name=spaceWidth,proto3" json:"spaceWidth,omitempty"`
	Uuid           string             `protobuf:"bytes,5,opt,name=Uuid,proto3" json:"Uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoPtConfig) Descriptor deprecated

func (*ProtoPtConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoPtConfig.ProtoReflect.Descriptor instead.

func (*ProtoPtConfig) GetCharacterWidth

func (x *ProtoPtConfig) GetCharacterWidth() *ProtoBoxedMeasure

func (*ProtoPtConfig) GetHeight

func (x *ProtoPtConfig) GetHeight() *ProtoBoxedMeasure

func (*ProtoPtConfig) GetLineFeed

func (x *ProtoPtConfig) GetLineFeed() *ProtoBoxedMeasure

func (*ProtoPtConfig) GetSpaceWidth

func (x *ProtoPtConfig) GetSpaceWidth() *ProtoBoxedMeasure

func (*ProtoPtConfig) GetUuid

func (x *ProtoPtConfig) GetUuid() string

func (*ProtoPtConfig) ProtoMessage

func (*ProtoPtConfig) ProtoMessage()

func (*ProtoPtConfig) ProtoReflect

func (x *ProtoPtConfig) ProtoReflect() protoreflect.Message

func (*ProtoPtConfig) Reset

func (x *ProtoPtConfig) Reset()

func (*ProtoPtConfig) String

func (x *ProtoPtConfig) String() string

func (*ProtoPtConfig) ToNode added in v0.0.2

func (ProtoPtConfig *ProtoPtConfig) ToNode(children ...Message) *Node

type ProtoRGBColor

type ProtoRGBColor struct {
	Name *ProtoBoxedString `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type ProtoColorType    `protobuf:"varint,2,opt,name=type,proto3,enum=ProtoColorType" json:"type,omitempty"` // set to RGB
	R    int32             `protobuf:"varint,3,opt,name=r,proto3" json:"r,omitempty"`
	G    int32             `protobuf:"varint,4,opt,name=g,proto3" json:"g,omitempty"`
	B    int32             `protobuf:"varint,5,opt,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoRGBColor) Descriptor deprecated

func (*ProtoRGBColor) Descriptor() ([]byte, []int)

Deprecated: Use ProtoRGBColor.ProtoReflect.Descriptor instead.

func (*ProtoRGBColor) GetB

func (x *ProtoRGBColor) GetB() int32

func (*ProtoRGBColor) GetG

func (x *ProtoRGBColor) GetG() int32

func (*ProtoRGBColor) GetName

func (x *ProtoRGBColor) GetName() *ProtoBoxedString

func (*ProtoRGBColor) GetR

func (x *ProtoRGBColor) GetR() int32

func (*ProtoRGBColor) GetType

func (x *ProtoRGBColor) GetType() ProtoColorType

func (*ProtoRGBColor) ProtoMessage

func (*ProtoRGBColor) ProtoMessage()

func (*ProtoRGBColor) ProtoReflect

func (x *ProtoRGBColor) ProtoReflect() protoreflect.Message

func (*ProtoRGBColor) Reset

func (x *ProtoRGBColor) Reset()

func (*ProtoRGBColor) String

func (x *ProtoRGBColor) String() string

type ProtoRule added in v0.0.8

type ProtoRule struct {
	XOffset    *ProtoMeasure        `protobuf:"bytes,1,opt,name=xOffset,proto3" json:"xOffset,omitempty"`
	YOffset    *ProtoMeasure        `protobuf:"bytes,2,opt,name=yOffset,proto3" json:"yOffset,omitempty"`
	Width      *ProtoMeasure        `protobuf:"bytes,3,opt,name=width,proto3" json:"width,omitempty"`
	Thickness  *ProtoMeasure        `protobuf:"bytes,4,opt,name=thickness,proto3" json:"thickness,omitempty"`
	Rotation   float64              `protobuf:"fixed64,5,opt,name=rotation,proto3" json:"rotation,omitempty"`
	Color      *ProtoColor          `protobuf:"bytes,6,opt,name=color,proto3" json:"color,omitempty"`
	Style      ProtoRuleStyle       `protobuf:"varint,7,opt,name=style,proto3,enum=ProtoRuleStyle" json:"style,omitempty"`
	Mode       ProtoRuleMode        `protobuf:"varint,8,opt,name=mode,proto3,enum=ProtoRuleMode" json:"mode,omitempty"`
	Boundaries *ProtoRuleBoundaries `protobuf:"bytes,9,opt,name=boundaries,proto3" json:"boundaries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoRule) Descriptor deprecated added in v0.0.8

func (*ProtoRule) Descriptor() ([]byte, []int)

Deprecated: Use ProtoRule.ProtoReflect.Descriptor instead.

func (*ProtoRule) GetBoundaries added in v0.0.10

func (x *ProtoRule) GetBoundaries() *ProtoRuleBoundaries

func (*ProtoRule) GetColor added in v0.0.8

func (x *ProtoRule) GetColor() *ProtoColor

func (*ProtoRule) GetMode added in v0.0.10

func (x *ProtoRule) GetMode() ProtoRuleMode

func (*ProtoRule) GetRotation added in v0.0.8

func (x *ProtoRule) GetRotation() float64

func (*ProtoRule) GetStyle added in v0.0.8

func (x *ProtoRule) GetStyle() ProtoRuleStyle

func (*ProtoRule) GetThickness added in v0.0.8

func (x *ProtoRule) GetThickness() *ProtoMeasure

func (*ProtoRule) GetWidth added in v0.0.8

func (x *ProtoRule) GetWidth() *ProtoMeasure

func (*ProtoRule) GetXOffset added in v0.0.8

func (x *ProtoRule) GetXOffset() *ProtoMeasure

func (*ProtoRule) GetYOffset added in v0.0.8

func (x *ProtoRule) GetYOffset() *ProtoMeasure

func (*ProtoRule) ProtoMessage added in v0.0.8

func (*ProtoRule) ProtoMessage()

func (*ProtoRule) ProtoReflect added in v0.0.8

func (x *ProtoRule) ProtoReflect() protoreflect.Message

func (*ProtoRule) Reset added in v0.0.8

func (x *ProtoRule) Reset()

func (*ProtoRule) String added in v0.0.8

func (x *ProtoRule) String() string

func (*ProtoRule) ToNode added in v0.0.8

func (ProtoRule *ProtoRule) ToNode(children ...Message) *Node

type ProtoRuleBoundaries added in v0.0.10

type ProtoRuleBoundaries struct {
	Start *ProtoMeasure `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *ProtoMeasure `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoRuleBoundaries) Descriptor deprecated added in v0.0.10

func (*ProtoRuleBoundaries) Descriptor() ([]byte, []int)

Deprecated: Use ProtoRuleBoundaries.ProtoReflect.Descriptor instead.

func (*ProtoRuleBoundaries) GetEnd added in v0.0.10

func (x *ProtoRuleBoundaries) GetEnd() *ProtoMeasure

func (*ProtoRuleBoundaries) GetStart added in v0.0.10

func (x *ProtoRuleBoundaries) GetStart() *ProtoMeasure

func (*ProtoRuleBoundaries) ProtoMessage added in v0.0.10

func (*ProtoRuleBoundaries) ProtoMessage()

func (*ProtoRuleBoundaries) ProtoReflect added in v0.0.10

func (x *ProtoRuleBoundaries) ProtoReflect() protoreflect.Message

func (*ProtoRuleBoundaries) Reset added in v0.0.10

func (x *ProtoRuleBoundaries) Reset()

func (*ProtoRuleBoundaries) String added in v0.0.10

func (x *ProtoRuleBoundaries) String() string

type ProtoRuleMode added in v0.0.10

type ProtoRuleMode int32
const (
	ProtoRuleMode_NORMAL   ProtoRuleMode = 0
	ProtoRuleMode_BOUNDARY ProtoRuleMode = 1
)

func (ProtoRuleMode) Descriptor added in v0.0.10

func (ProtoRuleMode) Enum added in v0.0.10

func (x ProtoRuleMode) Enum() *ProtoRuleMode

func (ProtoRuleMode) EnumDescriptor deprecated added in v0.0.10

func (ProtoRuleMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoRuleMode.Descriptor instead.

func (ProtoRuleMode) Number added in v0.0.10

func (ProtoRuleMode) String added in v0.0.10

func (x ProtoRuleMode) String() string

func (ProtoRuleMode) Type added in v0.0.10

type ProtoRuleStyle

type ProtoRuleStyle int32
const (
	ProtoRuleStyle_DUMMY_RULE_STYLE ProtoRuleStyle = 0 // dummy is needed here, because otherwise protoc command produces error
	ProtoRuleStyle_SOLID            ProtoRuleStyle = 1
	ProtoRuleStyle_SPARSE_SHADING   ProtoRuleStyle = 2
	ProtoRuleStyle_MEDIUM_SHADING   ProtoRuleStyle = 3
	ProtoRuleStyle_DENSE_SHADING    ProtoRuleStyle = 4
	ProtoRuleStyle_LIGHT_DOTTED     ProtoRuleStyle = 5
	ProtoRuleStyle_MEDIUM_DOTTED    ProtoRuleStyle = 6
	ProtoRuleStyle_HEAVY_DOTTED     ProtoRuleStyle = 7
	ProtoRuleStyle_LIGHT_DASHED     ProtoRuleStyle = 8
	ProtoRuleStyle_MEDIUM_DASHED    ProtoRuleStyle = 9
	ProtoRuleStyle_HEAVY_DASHED     ProtoRuleStyle = 10
	ProtoRuleStyle_DASH_PATTERN     ProtoRuleStyle = 11
	ProtoRuleStyle_DOUBLE           ProtoRuleStyle = 254
)

func (ProtoRuleStyle) Descriptor

func (ProtoRuleStyle) Enum

func (x ProtoRuleStyle) Enum() *ProtoRuleStyle

func (ProtoRuleStyle) EnumDescriptor deprecated

func (ProtoRuleStyle) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoRuleStyle.Descriptor instead.

func (ProtoRuleStyle) Number

func (ProtoRuleStyle) String

func (x ProtoRuleStyle) String() string

func (ProtoRuleStyle) Type

type ProtoSPBMode

type ProtoSPBMode int32
const (
	ProtoSPBMode_NONE        ProtoSPBMode = 0
	ProtoSPBMode_SUPERSCRIPT ProtoSPBMode = 1
	ProtoSPBMode_SUBSCRIPT   ProtoSPBMode = 2
)

func (ProtoSPBMode) Descriptor

func (ProtoSPBMode) Enum

func (x ProtoSPBMode) Enum() *ProtoSPBMode

func (ProtoSPBMode) EnumDescriptor deprecated

func (ProtoSPBMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoSPBMode.Descriptor instead.

func (ProtoSPBMode) Number

func (ProtoSPBMode) String

func (x ProtoSPBMode) String() string

func (ProtoSPBMode) Type

type ProtoSection

type ProtoSection struct {
	XChildren      []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent         *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	PageWidth      *ProtoMeasure           `protobuf:"bytes,3,opt,name=pageWidth,proto3" json:"pageWidth,omitempty"`
	PageDepth      *ProtoMeasure           `protobuf:"bytes,4,opt,name=pageDepth,proto3" json:"pageDepth,omitempty"`
	ColumnSettings *ProtoColumnSettings    `protobuf:"bytes,5,opt,name=columnSettings,proto3" json:"columnSettings,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSection) Descriptor deprecated

func (*ProtoSection) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSection.ProtoReflect.Descriptor instead.

func (*ProtoSection) GetColumnSettings

func (x *ProtoSection) GetColumnSettings() *ProtoColumnSettings

func (*ProtoSection) GetPageDepth

func (x *ProtoSection) GetPageDepth() *ProtoMeasure

func (*ProtoSection) GetPageWidth

func (x *ProtoSection) GetPageWidth() *ProtoMeasure

func (*ProtoSection) GetParent

func (x *ProtoSection) GetParent() *ProtoDocumentElement

func (*ProtoSection) GetXChildren

func (x *ProtoSection) GetXChildren() []*ProtoDocumentElement

func (*ProtoSection) ProtoMessage

func (*ProtoSection) ProtoMessage()

func (*ProtoSection) ProtoReflect

func (x *ProtoSection) ProtoReflect() protoreflect.Message

func (*ProtoSection) Reset

func (x *ProtoSection) Reset()

func (*ProtoSection) String

func (x *ProtoSection) String() string

func (*ProtoSection) ToNode added in v0.0.2

func (ProtoSection *ProtoSection) ToNode(children ...Message) *Node

type ProtoSideBorders

type ProtoSideBorders struct {
	Top    *ProtoBorder `protobuf:"bytes,1,opt,name=top,proto3" json:"top,omitempty"`
	Right  *ProtoBorder `protobuf:"bytes,2,opt,name=right,proto3" json:"right,omitempty"`
	Bottom *ProtoBorder `protobuf:"bytes,3,opt,name=bottom,proto3" json:"bottom,omitempty"`
	Left   *ProtoBorder `protobuf:"bytes,4,opt,name=left,proto3" json:"left,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSideBorders) Descriptor deprecated

func (*ProtoSideBorders) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSideBorders.ProtoReflect.Descriptor instead.

func (*ProtoSideBorders) GetBottom

func (x *ProtoSideBorders) GetBottom() *ProtoBorder

func (*ProtoSideBorders) GetLeft

func (x *ProtoSideBorders) GetLeft() *ProtoBorder

func (*ProtoSideBorders) GetRight

func (x *ProtoSideBorders) GetRight() *ProtoBorder

func (*ProtoSideBorders) GetTop

func (x *ProtoSideBorders) GetTop() *ProtoBorder

func (*ProtoSideBorders) ProtoMessage

func (*ProtoSideBorders) ProtoMessage()

func (*ProtoSideBorders) ProtoReflect

func (x *ProtoSideBorders) ProtoReflect() protoreflect.Message

func (*ProtoSideBorders) Reset

func (x *ProtoSideBorders) Reset()

func (*ProtoSideBorders) String

func (x *ProtoSideBorders) String() string

type ProtoSideMeasures

type ProtoSideMeasures struct {
	Top    *ProtoMeasure `protobuf:"bytes,1,opt,name=top,proto3" json:"top,omitempty"`
	Right  *ProtoMeasure `protobuf:"bytes,2,opt,name=right,proto3" json:"right,omitempty"`
	Bottom *ProtoMeasure `protobuf:"bytes,3,opt,name=bottom,proto3" json:"bottom,omitempty"`
	Left   *ProtoMeasure `protobuf:"bytes,4,opt,name=left,proto3" json:"left,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSideMeasures) Descriptor deprecated

func (*ProtoSideMeasures) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSideMeasures.ProtoReflect.Descriptor instead.

func (*ProtoSideMeasures) GetBottom

func (x *ProtoSideMeasures) GetBottom() *ProtoMeasure

func (*ProtoSideMeasures) GetLeft

func (x *ProtoSideMeasures) GetLeft() *ProtoMeasure

func (*ProtoSideMeasures) GetRight

func (x *ProtoSideMeasures) GetRight() *ProtoMeasure

func (*ProtoSideMeasures) GetTop

func (x *ProtoSideMeasures) GetTop() *ProtoMeasure

func (*ProtoSideMeasures) ProtoMessage

func (*ProtoSideMeasures) ProtoMessage()

func (*ProtoSideMeasures) ProtoReflect

func (x *ProtoSideMeasures) ProtoReflect() protoreflect.Message

func (*ProtoSideMeasures) Reset

func (x *ProtoSideMeasures) Reset()

func (*ProtoSideMeasures) String

func (x *ProtoSideMeasures) String() string

type ProtoSpaceVertically

type ProtoSpaceVertically struct {
	Parent          *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Space           *ProtoMeasure         `protobuf:"bytes,2,opt,name=space,proto3" json:"space,omitempty"`
	ComChannelUUIDs []string              `protobuf:"bytes,3,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSpaceVertically) Descriptor deprecated

func (*ProtoSpaceVertically) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSpaceVertically.ProtoReflect.Descriptor instead.

func (*ProtoSpaceVertically) GetComChannelUUIDs added in v0.0.22

func (x *ProtoSpaceVertically) GetComChannelUUIDs() []string

func (*ProtoSpaceVertically) GetParent

func (*ProtoSpaceVertically) GetSpace

func (x *ProtoSpaceVertically) GetSpace() *ProtoMeasure

func (*ProtoSpaceVertically) ProtoMessage

func (*ProtoSpaceVertically) ProtoMessage()

func (*ProtoSpaceVertically) ProtoReflect

func (x *ProtoSpaceVertically) ProtoReflect() protoreflect.Message

func (*ProtoSpaceVertically) Reset

func (x *ProtoSpaceVertically) Reset()

func (*ProtoSpaceVertically) String

func (x *ProtoSpaceVertically) String() string

func (*ProtoSpaceVertically) ToNode added in v0.0.2

func (ProtoSpaceVertically *ProtoSpaceVertically) ToNode(children ...Message) *Node

type ProtoSpan

type ProtoSpan struct {
	XChildren     []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent        *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Bold          *ProtoBoxedBool         `protobuf:"bytes,3,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic        *ProtoBoxedBool         `protobuf:"bytes,4,opt,name=italic,proto3" json:"italic,omitempty"`
	Color         *ProtoColor             `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	Subscript     *ProtoBoxedBool         `protobuf:"bytes,6,opt,name=subscript,proto3" json:"subscript,omitempty"`
	Superscript   *ProtoBoxedBool         `protobuf:"bytes,7,opt,name=superscript,proto3" json:"superscript,omitempty"`
	Underline     *ProtoBoxedBool         `protobuf:"bytes,8,opt,name=underline,proto3" json:"underline,omitempty"`
	Strikethrough *ProtoBoxedBool         `protobuf:"bytes,9,opt,name=strikethrough,proto3" json:"strikethrough,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSpan) Descriptor deprecated

func (*ProtoSpan) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSpan.ProtoReflect.Descriptor instead.

func (*ProtoSpan) GetBold

func (x *ProtoSpan) GetBold() *ProtoBoxedBool

func (*ProtoSpan) GetColor

func (x *ProtoSpan) GetColor() *ProtoColor

func (*ProtoSpan) GetItalic

func (x *ProtoSpan) GetItalic() *ProtoBoxedBool

func (*ProtoSpan) GetParent

func (x *ProtoSpan) GetParent() *ProtoDocumentElement

func (*ProtoSpan) GetStrikethrough

func (x *ProtoSpan) GetStrikethrough() *ProtoBoxedBool

func (*ProtoSpan) GetSubscript

func (x *ProtoSpan) GetSubscript() *ProtoBoxedBool

func (*ProtoSpan) GetSuperscript

func (x *ProtoSpan) GetSuperscript() *ProtoBoxedBool

func (*ProtoSpan) GetUnderline

func (x *ProtoSpan) GetUnderline() *ProtoBoxedBool

func (*ProtoSpan) GetXChildren

func (x *ProtoSpan) GetXChildren() []*ProtoDocumentElement

func (*ProtoSpan) ProtoMessage

func (*ProtoSpan) ProtoMessage()

func (*ProtoSpan) ProtoReflect

func (x *ProtoSpan) ProtoReflect() protoreflect.Message

func (*ProtoSpan) Reset

func (x *ProtoSpan) Reset()

func (*ProtoSpan) String

func (x *ProtoSpan) String() string

func (*ProtoSpan) ToNode added in v0.0.2

func (ProtoSpan *ProtoSpan) ToNode(children ...Message) *Node

type ProtoStrikethroughSpec

type ProtoStrikethroughSpec struct {
	Weight   *ProtoMeasure      `protobuf:"bytes,1,opt,name=weight,proto3" json:"weight,omitempty"`
	Mode     ProtoUnderlineMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ProtoUnderlineMode" json:"mode,omitempty"`
	Color    *ProtoColor        `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	OffsetEm int32              `protobuf:"varint,4,opt,name=offsetEm,proto3" json:"offsetEm,omitempty"`
	Style    ProtoRuleStyle     `protobuf:"varint,5,opt,name=style,proto3,enum=ProtoRuleStyle" json:"style,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoStrikethroughSpec) Descriptor deprecated

func (*ProtoStrikethroughSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProtoStrikethroughSpec.ProtoReflect.Descriptor instead.

func (*ProtoStrikethroughSpec) GetColor

func (x *ProtoStrikethroughSpec) GetColor() *ProtoColor

func (*ProtoStrikethroughSpec) GetMode

func (*ProtoStrikethroughSpec) GetOffsetEm

func (x *ProtoStrikethroughSpec) GetOffsetEm() int32

func (*ProtoStrikethroughSpec) GetStyle

func (x *ProtoStrikethroughSpec) GetStyle() ProtoRuleStyle

func (*ProtoStrikethroughSpec) GetWeight

func (x *ProtoStrikethroughSpec) GetWeight() *ProtoMeasure

func (*ProtoStrikethroughSpec) ProtoMessage

func (*ProtoStrikethroughSpec) ProtoMessage()

func (*ProtoStrikethroughSpec) ProtoReflect

func (x *ProtoStrikethroughSpec) ProtoReflect() protoreflect.Message

func (*ProtoStrikethroughSpec) Reset

func (x *ProtoStrikethroughSpec) Reset()

func (*ProtoStrikethroughSpec) String

func (x *ProtoStrikethroughSpec) String() string

type ProtoSubTotal added in v0.0.6

type ProtoSubTotal struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	ApplyImmediate  bool                    `protobuf:"varint,3,opt,name=apply_immediate,json=applyImmediate,proto3" json:"apply_immediate,omitempty"`
	Position        ProtoSubTotalPosition   `protobuf:"varint,4,opt,name=position,proto3,enum=ProtoSubTotalPosition" json:"position,omitempty"`
	Height          *ProtoMeasure           `protobuf:"bytes,5,opt,name=height,proto3" json:"height,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,6,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoSubTotal) Descriptor deprecated added in v0.0.6

func (*ProtoSubTotal) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSubTotal.ProtoReflect.Descriptor instead.

func (*ProtoSubTotal) GetApplyImmediate added in v0.0.6

func (x *ProtoSubTotal) GetApplyImmediate() bool

func (*ProtoSubTotal) GetComChannelUUIDs added in v0.0.6

func (x *ProtoSubTotal) GetComChannelUUIDs() []string

func (*ProtoSubTotal) GetHeight added in v0.0.6

func (x *ProtoSubTotal) GetHeight() *ProtoMeasure

func (*ProtoSubTotal) GetParent added in v0.0.6

func (x *ProtoSubTotal) GetParent() *ProtoDocumentElement

func (*ProtoSubTotal) GetPosition added in v0.0.6

func (x *ProtoSubTotal) GetPosition() ProtoSubTotalPosition

func (*ProtoSubTotal) GetXChildren added in v0.0.6

func (x *ProtoSubTotal) GetXChildren() []*ProtoDocumentElement

func (*ProtoSubTotal) ProtoMessage added in v0.0.6

func (*ProtoSubTotal) ProtoMessage()

func (*ProtoSubTotal) ProtoReflect added in v0.0.6

func (x *ProtoSubTotal) ProtoReflect() protoreflect.Message

func (*ProtoSubTotal) Reset added in v0.0.6

func (x *ProtoSubTotal) Reset()

func (*ProtoSubTotal) String added in v0.0.6

func (x *ProtoSubTotal) String() string

func (*ProtoSubTotal) ToNode added in v0.0.6

func (ProtoSubTotal *ProtoSubTotal) ToNode(children ...Message) *Node

type ProtoSubTotalPosition added in v0.0.6

type ProtoSubTotalPosition int32
const (
	ProtoSubTotalPosition_POSITION_ABOVE_FOOTER  ProtoSubTotalPosition = 0
	ProtoSubTotalPosition_POSITION_BELOW_CONTENT ProtoSubTotalPosition = 1
)

func (ProtoSubTotalPosition) Descriptor added in v0.0.6

func (ProtoSubTotalPosition) Enum added in v0.0.6

func (ProtoSubTotalPosition) EnumDescriptor deprecated added in v0.0.6

func (ProtoSubTotalPosition) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoSubTotalPosition.Descriptor instead.

func (ProtoSubTotalPosition) Number added in v0.0.6

func (ProtoSubTotalPosition) String added in v0.0.6

func (x ProtoSubTotalPosition) String() string

func (ProtoSubTotalPosition) Type added in v0.0.6

type ProtoTable

type ProtoTable struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings        *ProtoTableSettings     `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"`
	ConfigName      string                  `protobuf:"bytes,4,opt,name=configName,proto3" json:"configName,omitempty"`
	CarryOver       *Node                   `protobuf:"bytes,5,opt,name=carryOver,proto3" json:"carryOver,omitempty"`
	SubTotal        *Node                   `protobuf:"bytes,6,opt,name=subTotal,proto3" json:"subTotal,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,7,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTable) Descriptor deprecated

func (*ProtoTable) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTable.ProtoReflect.Descriptor instead.

func (*ProtoTable) GetCarryOver added in v0.0.10

func (x *ProtoTable) GetCarryOver() *Node

func (*ProtoTable) GetComChannelUUIDs added in v0.0.22

func (x *ProtoTable) GetComChannelUUIDs() []string

func (*ProtoTable) GetConfigName

func (x *ProtoTable) GetConfigName() string

func (*ProtoTable) GetParent

func (x *ProtoTable) GetParent() *ProtoDocumentElement

func (*ProtoTable) GetSettings

func (x *ProtoTable) GetSettings() *ProtoTableSettings

func (*ProtoTable) GetSubTotal added in v0.0.10

func (x *ProtoTable) GetSubTotal() *Node

func (*ProtoTable) GetXChildren

func (x *ProtoTable) GetXChildren() []*ProtoDocumentElement

func (*ProtoTable) ProtoMessage

func (*ProtoTable) ProtoMessage()

func (*ProtoTable) ProtoReflect

func (x *ProtoTable) ProtoReflect() protoreflect.Message

func (*ProtoTable) Reset

func (x *ProtoTable) Reset()

func (*ProtoTable) String

func (x *ProtoTable) String() string

func (*ProtoTable) ToNode added in v0.0.2

func (ProtoTable *ProtoTable) ToNode(children ...Message) *Node

type ProtoTableCell

type ProtoTableCell struct {
	XChildren        []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent           *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings         *ProtoTableCellSettings `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"`
	CellConfigNumber *ProtoBoxedUint32       `protobuf:"bytes,4,opt,name=cellConfigNumber,proto3" json:"cellConfigNumber,omitempty"`
	Index            *ProtoBoxedUint32       `protobuf:"bytes,5,opt,name=index,proto3" json:"index,omitempty"`
	MergedLeft       bool                    `protobuf:"varint,6,opt,name=mergedLeft,proto3" json:"mergedLeft,omitempty"`
	MergedUp         bool                    `protobuf:"varint,7,opt,name=mergedUp,proto3" json:"mergedUp,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableCell) Descriptor deprecated

func (*ProtoTableCell) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableCell.ProtoReflect.Descriptor instead.

func (*ProtoTableCell) GetCellConfigNumber

func (x *ProtoTableCell) GetCellConfigNumber() *ProtoBoxedUint32

func (*ProtoTableCell) GetIndex

func (x *ProtoTableCell) GetIndex() *ProtoBoxedUint32

func (*ProtoTableCell) GetMergedLeft added in v0.0.13

func (x *ProtoTableCell) GetMergedLeft() bool

func (*ProtoTableCell) GetMergedUp added in v0.0.24

func (x *ProtoTableCell) GetMergedUp() bool

func (*ProtoTableCell) GetParent

func (x *ProtoTableCell) GetParent() *ProtoDocumentElement

func (*ProtoTableCell) GetSettings

func (x *ProtoTableCell) GetSettings() *ProtoTableCellSettings

func (*ProtoTableCell) GetXChildren

func (x *ProtoTableCell) GetXChildren() []*ProtoDocumentElement

func (*ProtoTableCell) ProtoMessage

func (*ProtoTableCell) ProtoMessage()

func (*ProtoTableCell) ProtoReflect

func (x *ProtoTableCell) ProtoReflect() protoreflect.Message

func (*ProtoTableCell) Reset

func (x *ProtoTableCell) Reset()

func (*ProtoTableCell) String

func (x *ProtoTableCell) String() string

func (*ProtoTableCell) ToNode added in v0.0.2

func (ProtoTableCell *ProtoTableCell) ToNode(children ...Message) *Node

type ProtoTableCellConfig

type ProtoTableCellConfig struct {
	Parent     *ProtoDocumentElement    `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings   *ProtoTableCellSettings  `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	ConfigName string                   `protobuf:"bytes,3,opt,name=configName,proto3" json:"configName,omitempty"`
	CellType   *ProtoBoxedTableCellType `protobuf:"bytes,4,opt,name=cellType,proto3" json:"cellType,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableCellConfig) Descriptor deprecated

func (*ProtoTableCellConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableCellConfig.ProtoReflect.Descriptor instead.

func (*ProtoTableCellConfig) GetCellType

func (*ProtoTableCellConfig) GetConfigName

func (x *ProtoTableCellConfig) GetConfigName() string

func (*ProtoTableCellConfig) GetParent

func (*ProtoTableCellConfig) GetSettings

func (x *ProtoTableCellConfig) GetSettings() *ProtoTableCellSettings

func (*ProtoTableCellConfig) ProtoMessage

func (*ProtoTableCellConfig) ProtoMessage()

func (*ProtoTableCellConfig) ProtoReflect

func (x *ProtoTableCellConfig) ProtoReflect() protoreflect.Message

func (*ProtoTableCellConfig) Reset

func (x *ProtoTableCellConfig) Reset()

func (*ProtoTableCellConfig) String

func (x *ProtoTableCellConfig) String() string

func (*ProtoTableCellConfig) ToNode added in v0.0.2

func (ProtoTableCellConfig *ProtoTableCellConfig) ToNode(children ...Message) *Node

type ProtoTableCellSettings

type ProtoTableCellSettings struct {
	Width                  *ProtoMeasure                  `protobuf:"bytes,1,opt,name=width,proto3" json:"width,omitempty"`
	Align                  *ProtoBoxedHorizontalAlignment `protobuf:"bytes,2,opt,name=align,proto3" json:"align,omitempty"`
	Valign                 *ProtoBoxedVerticalAlignment   `protobuf:"bytes,3,opt,name=valign,proto3" json:"valign,omitempty"`
	BackgroundColor        *ProtoColor                    `protobuf:"bytes,4,opt,name=backgroundColor,proto3" json:"backgroundColor,omitempty"`
	Padding                *ProtoSideMeasures             `protobuf:"bytes,5,opt,name=padding,proto3" json:"padding,omitempty"`
	Border                 *ProtoSideBorders              `protobuf:"bytes,6,opt,name=border,proto3" json:"border,omitempty"`
	Margin                 *ProtoSideMeasures             `protobuf:"bytes,7,opt,name=margin,proto3" json:"margin,omitempty"`
	Rotation               *ProtoBoxedDouble              `protobuf:"bytes,8,opt,name=rotation,proto3" json:"rotation,omitempty"`
	DefaultParagraphFormat *ProtoBoxedString              `protobuf:"bytes,9,opt,name=defaultParagraphFormat,proto3" json:"defaultParagraphFormat,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableCellSettings) Descriptor deprecated

func (*ProtoTableCellSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableCellSettings.ProtoReflect.Descriptor instead.

func (*ProtoTableCellSettings) GetAlign

func (*ProtoTableCellSettings) GetBackgroundColor

func (x *ProtoTableCellSettings) GetBackgroundColor() *ProtoColor

func (*ProtoTableCellSettings) GetBorder

func (x *ProtoTableCellSettings) GetBorder() *ProtoSideBorders

func (*ProtoTableCellSettings) GetDefaultParagraphFormat added in v0.0.17

func (x *ProtoTableCellSettings) GetDefaultParagraphFormat() *ProtoBoxedString

func (*ProtoTableCellSettings) GetMargin

func (x *ProtoTableCellSettings) GetMargin() *ProtoSideMeasures

func (*ProtoTableCellSettings) GetPadding

func (x *ProtoTableCellSettings) GetPadding() *ProtoSideMeasures

func (*ProtoTableCellSettings) GetRotation

func (x *ProtoTableCellSettings) GetRotation() *ProtoBoxedDouble

func (*ProtoTableCellSettings) GetValign

func (*ProtoTableCellSettings) GetWidth

func (x *ProtoTableCellSettings) GetWidth() *ProtoMeasure

func (*ProtoTableCellSettings) ProtoMessage

func (*ProtoTableCellSettings) ProtoMessage()

func (*ProtoTableCellSettings) ProtoReflect

func (x *ProtoTableCellSettings) ProtoReflect() protoreflect.Message

func (*ProtoTableCellSettings) Reset

func (x *ProtoTableCellSettings) Reset()

func (*ProtoTableCellSettings) String

func (x *ProtoTableCellSettings) String() string

type ProtoTableCellType

type ProtoTableCellType int32
const (
	ProtoTableCellType_TABLE_CELL_BODY       ProtoTableCellType = 0
	ProtoTableCellType_TABLE_CELL_ROW_HEADER ProtoTableCellType = 1
	ProtoTableCellType_TABLE_CELL_ROW_FOOTER ProtoTableCellType = 2
)

func (ProtoTableCellType) Descriptor

func (ProtoTableCellType) Enum

func (ProtoTableCellType) EnumDescriptor deprecated

func (ProtoTableCellType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoTableCellType.Descriptor instead.

func (ProtoTableCellType) Number

func (ProtoTableCellType) String

func (x ProtoTableCellType) String() string

func (ProtoTableCellType) Type

type ProtoTableConfig

type ProtoTableConfig struct {
	Parent     *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings   *ProtoTableSettings   `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	ConfigName string                `protobuf:"bytes,3,opt,name=configName,proto3" json:"configName,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableConfig) Descriptor deprecated

func (*ProtoTableConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableConfig.ProtoReflect.Descriptor instead.

func (*ProtoTableConfig) GetConfigName

func (x *ProtoTableConfig) GetConfigName() string

func (*ProtoTableConfig) GetParent

func (x *ProtoTableConfig) GetParent() *ProtoDocumentElement

func (*ProtoTableConfig) GetSettings

func (x *ProtoTableConfig) GetSettings() *ProtoTableSettings

func (*ProtoTableConfig) ProtoMessage

func (*ProtoTableConfig) ProtoMessage()

func (*ProtoTableConfig) ProtoReflect

func (x *ProtoTableConfig) ProtoReflect() protoreflect.Message

func (*ProtoTableConfig) Reset

func (x *ProtoTableConfig) Reset()

func (*ProtoTableConfig) String

func (x *ProtoTableConfig) String() string

func (*ProtoTableConfig) ToNode added in v0.0.2

func (ProtoTableConfig *ProtoTableConfig) ToNode(children ...Message) *Node

type ProtoTableContentGroup

type ProtoTableContentGroup struct {
	XChildren []*ProtoDocumentElement         `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent    *ProtoDocumentElement           `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings  *ProtoTableContentGroupSettings `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableContentGroup) Descriptor deprecated

func (*ProtoTableContentGroup) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableContentGroup.ProtoReflect.Descriptor instead.

func (*ProtoTableContentGroup) GetParent

func (*ProtoTableContentGroup) GetSettings

func (*ProtoTableContentGroup) GetXChildren

func (x *ProtoTableContentGroup) GetXChildren() []*ProtoDocumentElement

func (*ProtoTableContentGroup) ProtoMessage

func (*ProtoTableContentGroup) ProtoMessage()

func (*ProtoTableContentGroup) ProtoReflect

func (x *ProtoTableContentGroup) ProtoReflect() protoreflect.Message

func (*ProtoTableContentGroup) Reset

func (x *ProtoTableContentGroup) Reset()

func (*ProtoTableContentGroup) String

func (x *ProtoTableContentGroup) String() string

func (*ProtoTableContentGroup) ToNode added in v0.0.2

func (ProtoTableContentGroup *ProtoTableContentGroup) ToNode(children ...Message) *Node

type ProtoTableContentGroupConfig

type ProtoTableContentGroupConfig struct {
	Parent     *ProtoDocumentElement           `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings   *ProtoTableContentGroupSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	ConfigName string                          `protobuf:"bytes,3,opt,name=configName,proto3" json:"configName,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableContentGroupConfig) Descriptor deprecated

func (*ProtoTableContentGroupConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableContentGroupConfig.ProtoReflect.Descriptor instead.

func (*ProtoTableContentGroupConfig) GetConfigName

func (x *ProtoTableContentGroupConfig) GetConfigName() string

func (*ProtoTableContentGroupConfig) GetParent

func (*ProtoTableContentGroupConfig) GetSettings

func (*ProtoTableContentGroupConfig) ProtoMessage

func (*ProtoTableContentGroupConfig) ProtoMessage()

func (*ProtoTableContentGroupConfig) ProtoReflect

func (*ProtoTableContentGroupConfig) Reset

func (x *ProtoTableContentGroupConfig) Reset()

func (*ProtoTableContentGroupConfig) String

func (*ProtoTableContentGroupConfig) ToNode added in v0.0.2

func (ProtoTableContentGroupConfig *ProtoTableContentGroupConfig) ToNode(children ...Message) *Node

type ProtoTableContentGroupSettings

type ProtoTableContentGroupSettings struct {
	ContentGroupType *ProtoBoxedTableContentGroupType `protobuf:"bytes,1,opt,name=contentGroupType,proto3" json:"contentGroupType,omitempty"`
	BackgroundColors []*ProtoColor                    `protobuf:"bytes,2,rep,name=backgroundColors,proto3" json:"backgroundColors,omitempty"`
	Ws               *ProtoTableWS                    `protobuf:"bytes,3,opt,name=ws,proto3" json:"ws,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableContentGroupSettings) Descriptor deprecated

func (*ProtoTableContentGroupSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableContentGroupSettings.ProtoReflect.Descriptor instead.

func (*ProtoTableContentGroupSettings) GetBackgroundColors

func (x *ProtoTableContentGroupSettings) GetBackgroundColors() []*ProtoColor

func (*ProtoTableContentGroupSettings) GetContentGroupType

func (*ProtoTableContentGroupSettings) GetWs added in v0.0.18

func (*ProtoTableContentGroupSettings) ProtoMessage

func (*ProtoTableContentGroupSettings) ProtoMessage()

func (*ProtoTableContentGroupSettings) ProtoReflect

func (*ProtoTableContentGroupSettings) Reset

func (x *ProtoTableContentGroupSettings) Reset()

func (*ProtoTableContentGroupSettings) String

type ProtoTableContentGroupType

type ProtoTableContentGroupType int32
const (
	ProtoTableContentGroupType_BODY       ProtoTableContentGroupType = 0
	ProtoTableContentGroupType_HEADER     ProtoTableContentGroupType = 1
	ProtoTableContentGroupType_FOOTER     ProtoTableContentGroupType = 2
	ProtoTableContentGroupType_SUB_HEADER ProtoTableContentGroupType = 3
)

func (ProtoTableContentGroupType) Descriptor

func (ProtoTableContentGroupType) Enum

func (ProtoTableContentGroupType) EnumDescriptor deprecated

func (ProtoTableContentGroupType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoTableContentGroupType.Descriptor instead.

func (ProtoTableContentGroupType) Number

func (ProtoTableContentGroupType) String

func (ProtoTableContentGroupType) Type

type ProtoTableRow

type ProtoTableRow struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings        *ProtoTableRowSettings  `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"`
	RowConfigNumber *ProtoBoxedUint32       `protobuf:"bytes,4,opt,name=rowConfigNumber,proto3" json:"rowConfigNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableRow) Descriptor deprecated

func (*ProtoTableRow) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableRow.ProtoReflect.Descriptor instead.

func (*ProtoTableRow) GetParent

func (x *ProtoTableRow) GetParent() *ProtoDocumentElement

func (*ProtoTableRow) GetRowConfigNumber

func (x *ProtoTableRow) GetRowConfigNumber() *ProtoBoxedUint32

func (*ProtoTableRow) GetSettings

func (x *ProtoTableRow) GetSettings() *ProtoTableRowSettings

func (*ProtoTableRow) GetXChildren

func (x *ProtoTableRow) GetXChildren() []*ProtoDocumentElement

func (*ProtoTableRow) ProtoMessage

func (*ProtoTableRow) ProtoMessage()

func (*ProtoTableRow) ProtoReflect

func (x *ProtoTableRow) ProtoReflect() protoreflect.Message

func (*ProtoTableRow) Reset

func (x *ProtoTableRow) Reset()

func (*ProtoTableRow) String

func (x *ProtoTableRow) String() string

func (*ProtoTableRow) ToNode added in v0.0.2

func (ProtoTableRow *ProtoTableRow) ToNode(children ...Message) *Node

type ProtoTableRowConfig

type ProtoTableRowConfig struct {
	Parent     *ProtoDocumentElement  `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Settings   *ProtoTableRowSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	ConfigName string                 `protobuf:"bytes,3,opt,name=configName,proto3" json:"configName,omitempty"`
	RowHeader  string                 `protobuf:"bytes,4,opt,name=rowHeader,proto3" json:"rowHeader,omitempty"`
	RowFooter  string                 `protobuf:"bytes,5,opt,name=rowFooter,proto3" json:"rowFooter,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableRowConfig) Descriptor deprecated

func (*ProtoTableRowConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableRowConfig.ProtoReflect.Descriptor instead.

func (*ProtoTableRowConfig) GetConfigName

func (x *ProtoTableRowConfig) GetConfigName() string

func (*ProtoTableRowConfig) GetParent

func (x *ProtoTableRowConfig) GetParent() *ProtoDocumentElement

func (*ProtoTableRowConfig) GetRowFooter

func (x *ProtoTableRowConfig) GetRowFooter() string

func (*ProtoTableRowConfig) GetRowHeader

func (x *ProtoTableRowConfig) GetRowHeader() string

func (*ProtoTableRowConfig) GetSettings

func (x *ProtoTableRowConfig) GetSettings() *ProtoTableRowSettings

func (*ProtoTableRowConfig) ProtoMessage

func (*ProtoTableRowConfig) ProtoMessage()

func (*ProtoTableRowConfig) ProtoReflect

func (x *ProtoTableRowConfig) ProtoReflect() protoreflect.Message

func (*ProtoTableRowConfig) Reset

func (x *ProtoTableRowConfig) Reset()

func (*ProtoTableRowConfig) String

func (x *ProtoTableRowConfig) String() string

func (*ProtoTableRowConfig) ToNode added in v0.0.2

func (ProtoTableRowConfig *ProtoTableRowConfig) ToNode(children ...Message) *Node

type ProtoTableRowSettings

type ProtoTableRowSettings struct {
	MinHeight *ProtoMeasure `protobuf:"bytes,1,opt,name=minHeight,proto3" json:"minHeight,omitempty"`
	Ws        *ProtoTableWS `protobuf:"bytes,2,opt,name=ws,proto3" json:"ws,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableRowSettings) Descriptor deprecated

func (*ProtoTableRowSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableRowSettings.ProtoReflect.Descriptor instead.

func (*ProtoTableRowSettings) GetMinHeight

func (x *ProtoTableRowSettings) GetMinHeight() *ProtoMeasure

func (*ProtoTableRowSettings) GetWs added in v0.0.18

func (x *ProtoTableRowSettings) GetWs() *ProtoTableWS

func (*ProtoTableRowSettings) ProtoMessage

func (*ProtoTableRowSettings) ProtoMessage()

func (*ProtoTableRowSettings) ProtoReflect

func (x *ProtoTableRowSettings) ProtoReflect() protoreflect.Message

func (*ProtoTableRowSettings) Reset

func (x *ProtoTableRowSettings) Reset()

func (*ProtoTableRowSettings) String

func (x *ProtoTableRowSettings) String() string

type ProtoTableSettings

type ProtoTableSettings struct {
	XOffset      *ProtoMeasure     `protobuf:"bytes,1,opt,name=xOffset,proto3" json:"xOffset,omitempty"`
	LeftMeasure  *ProtoBoxedBool   `protobuf:"bytes,2,opt,name=leftMeasure,proto3" json:"leftMeasure,omitempty"`
	Width        *ProtoMeasure     `protobuf:"bytes,3,opt,name=width,proto3" json:"width,omitempty"`
	RepeatHeader *ProtoBoxedUint32 `protobuf:"bytes,4,opt,name=repeatHeader,proto3" json:"repeatHeader,omitempty"`
	Ws           *ProtoTableWS     `protobuf:"bytes,5,opt,name=ws,proto3" json:"ws,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableSettings) Descriptor deprecated

func (*ProtoTableSettings) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableSettings.ProtoReflect.Descriptor instead.

func (*ProtoTableSettings) GetLeftMeasure

func (x *ProtoTableSettings) GetLeftMeasure() *ProtoBoxedBool

func (*ProtoTableSettings) GetRepeatHeader

func (x *ProtoTableSettings) GetRepeatHeader() *ProtoBoxedUint32

func (*ProtoTableSettings) GetWidth

func (x *ProtoTableSettings) GetWidth() *ProtoMeasure

func (*ProtoTableSettings) GetWs added in v0.0.18

func (x *ProtoTableSettings) GetWs() *ProtoTableWS

func (*ProtoTableSettings) GetXOffset

func (x *ProtoTableSettings) GetXOffset() *ProtoMeasure

func (*ProtoTableSettings) ProtoMessage

func (*ProtoTableSettings) ProtoMessage()

func (*ProtoTableSettings) ProtoReflect

func (x *ProtoTableSettings) ProtoReflect() protoreflect.Message

func (*ProtoTableSettings) Reset

func (x *ProtoTableSettings) Reset()

func (*ProtoTableSettings) String

func (x *ProtoTableSettings) String() string

type ProtoTableWS added in v0.0.18

type ProtoTableWS struct {
	MinLinesBefore uint32 `protobuf:"varint,1,opt,name=minLinesBefore,proto3" json:"minLinesBefore,omitempty"`
	MinLinesAfter  uint32 `protobuf:"varint,2,opt,name=minLinesAfter,proto3" json:"minLinesAfter,omitempty"`
	Priority       uint32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTableWS) Descriptor deprecated added in v0.0.18

func (*ProtoTableWS) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTableWS.ProtoReflect.Descriptor instead.

func (*ProtoTableWS) GetMinLinesAfter added in v0.0.18

func (x *ProtoTableWS) GetMinLinesAfter() uint32

func (*ProtoTableWS) GetMinLinesBefore added in v0.0.18

func (x *ProtoTableWS) GetMinLinesBefore() uint32

func (*ProtoTableWS) GetPriority added in v0.0.18

func (x *ProtoTableWS) GetPriority() uint32

func (*ProtoTableWS) ProtoMessage added in v0.0.18

func (*ProtoTableWS) ProtoMessage()

func (*ProtoTableWS) ProtoReflect added in v0.0.18

func (x *ProtoTableWS) ProtoReflect() protoreflect.Message

func (*ProtoTableWS) Reset added in v0.0.18

func (x *ProtoTableWS) Reset()

func (*ProtoTableWS) String added in v0.0.18

func (x *ProtoTableWS) String() string

type ProtoTemplate

type ProtoTemplate struct {
	XChildren        []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent           *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	ContainerMapping map[string]string       `` /* 173-byte string literal not displayed */
	ComChannelUUIDs  []string                `protobuf:"bytes,4,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTemplate) Descriptor deprecated

func (*ProtoTemplate) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTemplate.ProtoReflect.Descriptor instead.

func (*ProtoTemplate) GetComChannelUUIDs

func (x *ProtoTemplate) GetComChannelUUIDs() []string

func (*ProtoTemplate) GetContainerMapping

func (x *ProtoTemplate) GetContainerMapping() map[string]string

func (*ProtoTemplate) GetParent

func (x *ProtoTemplate) GetParent() *ProtoDocumentElement

func (*ProtoTemplate) GetXChildren

func (x *ProtoTemplate) GetXChildren() []*ProtoDocumentElement

func (*ProtoTemplate) ProtoMessage

func (*ProtoTemplate) ProtoMessage()

func (*ProtoTemplate) ProtoReflect

func (x *ProtoTemplate) ProtoReflect() protoreflect.Message

func (*ProtoTemplate) Reset

func (x *ProtoTemplate) Reset()

func (*ProtoTemplate) String

func (x *ProtoTemplate) String() string

func (*ProtoTemplate) ToNode added in v0.0.2

func (ProtoTemplate *ProtoTemplate) ToNode(children ...Message) *Node

type ProtoText

type ProtoText struct {
	Parent  *ProtoDocumentElement `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Content string                `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoText) Descriptor deprecated

func (*ProtoText) Descriptor() ([]byte, []int)

Deprecated: Use ProtoText.ProtoReflect.Descriptor instead.

func (*ProtoText) GetContent

func (x *ProtoText) GetContent() string

func (*ProtoText) GetParent

func (x *ProtoText) GetParent() *ProtoDocumentElement

func (*ProtoText) ProtoMessage

func (*ProtoText) ProtoMessage()

func (*ProtoText) ProtoReflect

func (x *ProtoText) ProtoReflect() protoreflect.Message

func (*ProtoText) Reset

func (x *ProtoText) Reset()

func (*ProtoText) String

func (x *ProtoText) String() string

func (*ProtoText) ToNode added in v0.0.2

func (ProtoText *ProtoText) ToNode(children ...Message) *Node

type ProtoTextBrick

type ProtoTextBrick struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	Uuid            string                  `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Id              uint64                  `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,5,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	Editable        bool                    `protobuf:"varint,6,opt,name=editable,proto3" json:"editable,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTextBrick) Descriptor deprecated

func (*ProtoTextBrick) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTextBrick.ProtoReflect.Descriptor instead.

func (*ProtoTextBrick) GetComChannelUUIDs

func (x *ProtoTextBrick) GetComChannelUUIDs() []string

func (*ProtoTextBrick) GetEditable

func (x *ProtoTextBrick) GetEditable() bool

func (*ProtoTextBrick) GetId

func (x *ProtoTextBrick) GetId() uint64

func (*ProtoTextBrick) GetParent

func (x *ProtoTextBrick) GetParent() *ProtoDocumentElement

func (*ProtoTextBrick) GetUuid

func (x *ProtoTextBrick) GetUuid() string

func (*ProtoTextBrick) GetXChildren

func (x *ProtoTextBrick) GetXChildren() []*ProtoDocumentElement

func (*ProtoTextBrick) ProtoMessage

func (*ProtoTextBrick) ProtoMessage()

func (*ProtoTextBrick) ProtoReflect

func (x *ProtoTextBrick) ProtoReflect() protoreflect.Message

func (*ProtoTextBrick) Reset

func (x *ProtoTextBrick) Reset()

func (*ProtoTextBrick) String

func (x *ProtoTextBrick) String() string

func (*ProtoTextBrick) ToNode added in v0.0.2

func (ProtoTextBrick *ProtoTextBrick) ToNode(children ...Message) *Node

type ProtoTextListLevelSetting

type ProtoTextListLevelSetting struct {
	ListSettingName string                    `protobuf:"bytes,1,opt,name=listSettingName,proto3" json:"listSettingName,omitempty"`
	FontSize        *ProtoBoxedUint32         `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	Type            ProtoListLevelSettingType `protobuf:"varint,3,opt,name=type,proto3,enum=ProtoListLevelSettingType" json:"type,omitempty"`
	Level           int32                     `protobuf:"varint,4,opt,name=level,proto3" json:"level,omitempty"`
	Prefix          string                    `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix          string                    `protobuf:"bytes,6,opt,name=suffix,proto3" json:"suffix,omitempty"`
	FixFontFamily   *ProtoFont                `protobuf:"bytes,7,opt,name=fixFontFamily,proto3" json:"fixFontFamily,omitempty"`
	FixBold         bool                      `protobuf:"varint,8,opt,name=fixBold,proto3" json:"fixBold,omitempty"`
	FixItalic       bool                      `protobuf:"varint,9,opt,name=fixItalic,proto3" json:"fixItalic,omitempty"`
	IndentionWidth  int32                     `protobuf:"varint,10,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	Color           *ProtoColor               `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"`
	FontFamily      *ProtoFont                `protobuf:"bytes,12,opt,name=fontFamily,proto3" json:"fontFamily,omitempty"`
	Bold            *ProtoBoxedBool           `protobuf:"bytes,13,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic          *ProtoBoxedBool           `protobuf:"bytes,14,opt,name=italic,proto3" json:"italic,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTextListLevelSetting) Descriptor deprecated

func (*ProtoTextListLevelSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTextListLevelSetting.ProtoReflect.Descriptor instead.

func (*ProtoTextListLevelSetting) GetBold

func (*ProtoTextListLevelSetting) GetColor

func (x *ProtoTextListLevelSetting) GetColor() *ProtoColor

func (*ProtoTextListLevelSetting) GetFixBold

func (x *ProtoTextListLevelSetting) GetFixBold() bool

func (*ProtoTextListLevelSetting) GetFixFontFamily

func (x *ProtoTextListLevelSetting) GetFixFontFamily() *ProtoFont

func (*ProtoTextListLevelSetting) GetFixItalic

func (x *ProtoTextListLevelSetting) GetFixItalic() bool

func (*ProtoTextListLevelSetting) GetFontFamily

func (x *ProtoTextListLevelSetting) GetFontFamily() *ProtoFont

func (*ProtoTextListLevelSetting) GetFontSize

func (x *ProtoTextListLevelSetting) GetFontSize() *ProtoBoxedUint32

func (*ProtoTextListLevelSetting) GetIndentionWidth

func (x *ProtoTextListLevelSetting) GetIndentionWidth() int32

func (*ProtoTextListLevelSetting) GetItalic

func (x *ProtoTextListLevelSetting) GetItalic() *ProtoBoxedBool

func (*ProtoTextListLevelSetting) GetLevel

func (x *ProtoTextListLevelSetting) GetLevel() int32

func (*ProtoTextListLevelSetting) GetListSettingName

func (x *ProtoTextListLevelSetting) GetListSettingName() string

func (*ProtoTextListLevelSetting) GetPrefix

func (x *ProtoTextListLevelSetting) GetPrefix() string

func (*ProtoTextListLevelSetting) GetSuffix

func (x *ProtoTextListLevelSetting) GetSuffix() string

func (*ProtoTextListLevelSetting) GetType

func (*ProtoTextListLevelSetting) ProtoMessage

func (*ProtoTextListLevelSetting) ProtoMessage()

func (*ProtoTextListLevelSetting) ProtoReflect

func (*ProtoTextListLevelSetting) Reset

func (x *ProtoTextListLevelSetting) Reset()

func (*ProtoTextListLevelSetting) String

func (x *ProtoTextListLevelSetting) String() string

type ProtoUlConfig

type ProtoUlConfig struct {
	Mode ProtoUnderlineMode `protobuf:"varint,1,opt,name=mode,proto3,enum=ProtoUnderlineMode" json:"mode,omitempty"`
	Uuid string             `protobuf:"bytes,2,opt,name=Uuid,proto3" json:"Uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoUlConfig) Descriptor deprecated

func (*ProtoUlConfig) Descriptor() ([]byte, []int)

Deprecated: Use ProtoUlConfig.ProtoReflect.Descriptor instead.

func (*ProtoUlConfig) GetMode

func (x *ProtoUlConfig) GetMode() ProtoUnderlineMode

func (*ProtoUlConfig) GetUuid

func (x *ProtoUlConfig) GetUuid() string

func (*ProtoUlConfig) ProtoMessage

func (*ProtoUlConfig) ProtoMessage()

func (*ProtoUlConfig) ProtoReflect

func (x *ProtoUlConfig) ProtoReflect() protoreflect.Message

func (*ProtoUlConfig) Reset

func (x *ProtoUlConfig) Reset()

func (*ProtoUlConfig) String

func (x *ProtoUlConfig) String() string

func (*ProtoUlConfig) ToNode added in v0.0.2

func (ProtoUlConfig *ProtoUlConfig) ToNode(children ...Message) *Node

type ProtoUnderlineMode

type ProtoUnderlineMode int32
const (
	ProtoUnderlineMode_DUMMY_UNDERLINE_MODE  ProtoUnderlineMode = 0 // dummy is needed here, because otherwise protoc command produces error
	ProtoUnderlineMode_WORDS_NO_BLANKS       ProtoUnderlineMode = 1
	ProtoUnderlineMode_WORDS_AND_BLANKS      ProtoUnderlineMode = 2
	ProtoUnderlineMode_CHARACTERS_NO_BLANKS  ProtoUnderlineMode = 3
	ProtoUnderlineMode_CHARACTERS_AND_BLANKS ProtoUnderlineMode = 4
)

func (ProtoUnderlineMode) Descriptor

func (ProtoUnderlineMode) Enum

func (ProtoUnderlineMode) EnumDescriptor deprecated

func (ProtoUnderlineMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoUnderlineMode.Descriptor instead.

func (ProtoUnderlineMode) Number

func (ProtoUnderlineMode) String

func (x ProtoUnderlineMode) String() string

func (ProtoUnderlineMode) Type

type ProtoUnderlineSpec

type ProtoUnderlineSpec struct {
	Weight   *ProtoMeasure      `protobuf:"bytes,1,opt,name=weight,proto3" json:"weight,omitempty"`
	Mode     ProtoUnderlineMode `protobuf:"varint,2,opt,name=mode,proto3,enum=ProtoUnderlineMode" json:"mode,omitempty"`
	Color    *ProtoColor        `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	OffsetEm int32              `protobuf:"varint,4,opt,name=offsetEm,proto3" json:"offsetEm,omitempty"`
	Style    ProtoRuleStyle     `protobuf:"varint,5,opt,name=style,proto3,enum=ProtoRuleStyle" json:"style,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoUnderlineSpec) Descriptor deprecated

func (*ProtoUnderlineSpec) Descriptor() ([]byte, []int)

Deprecated: Use ProtoUnderlineSpec.ProtoReflect.Descriptor instead.

func (*ProtoUnderlineSpec) GetColor

func (x *ProtoUnderlineSpec) GetColor() *ProtoColor

func (*ProtoUnderlineSpec) GetMode

func (*ProtoUnderlineSpec) GetOffsetEm

func (x *ProtoUnderlineSpec) GetOffsetEm() int32

func (*ProtoUnderlineSpec) GetStyle

func (x *ProtoUnderlineSpec) GetStyle() ProtoRuleStyle

func (*ProtoUnderlineSpec) GetWeight

func (x *ProtoUnderlineSpec) GetWeight() *ProtoMeasure

func (*ProtoUnderlineSpec) ProtoMessage

func (*ProtoUnderlineSpec) ProtoMessage()

func (*ProtoUnderlineSpec) ProtoReflect

func (x *ProtoUnderlineSpec) ProtoReflect() protoreflect.Message

func (*ProtoUnderlineSpec) Reset

func (x *ProtoUnderlineSpec) Reset()

func (*ProtoUnderlineSpec) String

func (x *ProtoUnderlineSpec) String() string

type ProtoUnnumberedListLevelSetting

type ProtoUnnumberedListLevelSetting struct {
	ListSettingName string                    `protobuf:"bytes,1,opt,name=listSettingName,proto3" json:"listSettingName,omitempty"`
	FontSize        *ProtoBoxedUint32         `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	Type            ProtoListLevelSettingType `protobuf:"varint,3,opt,name=type,proto3,enum=ProtoListLevelSettingType" json:"type,omitempty"`
	Level           int32                     `protobuf:"varint,4,opt,name=level,proto3" json:"level,omitempty"`
	Prefix          string                    `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix          string                    `protobuf:"bytes,6,opt,name=suffix,proto3" json:"suffix,omitempty"`
	FixFontFamily   *ProtoFont                `protobuf:"bytes,7,opt,name=fixFontFamily,proto3" json:"fixFontFamily,omitempty"`
	FixBold         bool                      `protobuf:"varint,8,opt,name=fixBold,proto3" json:"fixBold,omitempty"`
	FixItalic       bool                      `protobuf:"varint,9,opt,name=fixItalic,proto3" json:"fixItalic,omitempty"`
	IndentionWidth  int32                     `protobuf:"varint,10,opt,name=indentionWidth,proto3" json:"indentionWidth,omitempty"`
	Color           *ProtoColor               `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"`
	FontFamily      *ProtoFont                `protobuf:"bytes,12,opt,name=fontFamily,proto3" json:"fontFamily,omitempty"`
	Bold            *ProtoBoxedBool           `protobuf:"bytes,13,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic          *ProtoBoxedBool           `protobuf:"bytes,14,opt,name=italic,proto3" json:"italic,omitempty"`
	Character       string                    `protobuf:"bytes,15,opt,name=character,proto3" json:"character,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoUnnumberedListLevelSetting) Descriptor deprecated

func (*ProtoUnnumberedListLevelSetting) Descriptor() ([]byte, []int)

Deprecated: Use ProtoUnnumberedListLevelSetting.ProtoReflect.Descriptor instead.

func (*ProtoUnnumberedListLevelSetting) GetBold

func (*ProtoUnnumberedListLevelSetting) GetCharacter

func (x *ProtoUnnumberedListLevelSetting) GetCharacter() string

func (*ProtoUnnumberedListLevelSetting) GetColor

func (*ProtoUnnumberedListLevelSetting) GetFixBold

func (x *ProtoUnnumberedListLevelSetting) GetFixBold() bool

func (*ProtoUnnumberedListLevelSetting) GetFixFontFamily

func (x *ProtoUnnumberedListLevelSetting) GetFixFontFamily() *ProtoFont

func (*ProtoUnnumberedListLevelSetting) GetFixItalic

func (x *ProtoUnnumberedListLevelSetting) GetFixItalic() bool

func (*ProtoUnnumberedListLevelSetting) GetFontFamily

func (x *ProtoUnnumberedListLevelSetting) GetFontFamily() *ProtoFont

func (*ProtoUnnumberedListLevelSetting) GetFontSize

func (*ProtoUnnumberedListLevelSetting) GetIndentionWidth

func (x *ProtoUnnumberedListLevelSetting) GetIndentionWidth() int32

func (*ProtoUnnumberedListLevelSetting) GetItalic

func (*ProtoUnnumberedListLevelSetting) GetLevel

func (x *ProtoUnnumberedListLevelSetting) GetLevel() int32

func (*ProtoUnnumberedListLevelSetting) GetListSettingName

func (x *ProtoUnnumberedListLevelSetting) GetListSettingName() string

func (*ProtoUnnumberedListLevelSetting) GetPrefix

func (x *ProtoUnnumberedListLevelSetting) GetPrefix() string

func (*ProtoUnnumberedListLevelSetting) GetSuffix

func (x *ProtoUnnumberedListLevelSetting) GetSuffix() string

func (*ProtoUnnumberedListLevelSetting) GetType

func (*ProtoUnnumberedListLevelSetting) ProtoMessage

func (*ProtoUnnumberedListLevelSetting) ProtoMessage()

func (*ProtoUnnumberedListLevelSetting) ProtoReflect

func (*ProtoUnnumberedListLevelSetting) Reset

func (*ProtoUnnumberedListLevelSetting) String

type ProtoVariable

type ProtoVariable struct {
	Parent      *ProtoDocumentElement    `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	Path        string                   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Content     string                   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // Should this be optional or "empty string"
	FormatUuid  string                   `protobuf:"bytes,4,opt,name=formatUuid,proto3" json:"formatUuid,omitempty"`
	SpecialType ProtoVariableSpecialType `protobuf:"varint,5,opt,name=specialType,proto3,enum=ProtoVariableSpecialType" json:"specialType,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoVariable) Descriptor deprecated

func (*ProtoVariable) Descriptor() ([]byte, []int)

Deprecated: Use ProtoVariable.ProtoReflect.Descriptor instead.

func (*ProtoVariable) GetContent

func (x *ProtoVariable) GetContent() string

func (*ProtoVariable) GetFormatUuid

func (x *ProtoVariable) GetFormatUuid() string

func (*ProtoVariable) GetParent

func (x *ProtoVariable) GetParent() *ProtoDocumentElement

func (*ProtoVariable) GetPath

func (x *ProtoVariable) GetPath() string

func (*ProtoVariable) GetSpecialType added in v0.0.12

func (x *ProtoVariable) GetSpecialType() ProtoVariableSpecialType

func (*ProtoVariable) ProtoMessage

func (*ProtoVariable) ProtoMessage()

func (*ProtoVariable) ProtoReflect

func (x *ProtoVariable) ProtoReflect() protoreflect.Message

func (*ProtoVariable) Reset

func (x *ProtoVariable) Reset()

func (*ProtoVariable) String

func (x *ProtoVariable) String() string

func (*ProtoVariable) ToNode added in v0.0.2

func (ProtoVariable *ProtoVariable) ToNode(children ...Message) *Node

type ProtoVariableSpecialType added in v0.0.12

type ProtoVariableSpecialType int32
const (
	ProtoVariableSpecialType_NOT_SPECIAL    ProtoVariableSpecialType = 0
	ProtoVariableSpecialType_TABLE_NUMBER   ProtoVariableSpecialType = 1
	ProtoVariableSpecialType_DOC_PAGE_COUNT ProtoVariableSpecialType = 2
	ProtoVariableSpecialType_DOC_CUR_PAGE   ProtoVariableSpecialType = 3
	ProtoVariableSpecialType_CUR_PAGE       ProtoVariableSpecialType = 4
	ProtoVariableSpecialType_PAGE_COUNT     ProtoVariableSpecialType = 5
	ProtoVariableSpecialType_PREV_PAGE      ProtoVariableSpecialType = 6
	ProtoVariableSpecialType_SECTION_PAGE   ProtoVariableSpecialType = 7
	ProtoVariableSpecialType_UPDATED_AT     ProtoVariableSpecialType = 8
	ProtoVariableSpecialType_GENERATED_AT   ProtoVariableSpecialType = 9
)

func (ProtoVariableSpecialType) Descriptor added in v0.0.12

func (ProtoVariableSpecialType) Enum added in v0.0.12

func (ProtoVariableSpecialType) EnumDescriptor deprecated added in v0.0.12

func (ProtoVariableSpecialType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoVariableSpecialType.Descriptor instead.

func (ProtoVariableSpecialType) Number added in v0.0.12

func (ProtoVariableSpecialType) String added in v0.0.12

func (x ProtoVariableSpecialType) String() string

func (ProtoVariableSpecialType) Type added in v0.0.12

type ProtoVerticalAlignment

type ProtoVerticalAlignment int32
const (
	ProtoVerticalAlignment_TOP    ProtoVerticalAlignment = 0
	ProtoVerticalAlignment_MIDDLE ProtoVerticalAlignment = 1
	ProtoVerticalAlignment_BOTTOM ProtoVerticalAlignment = 2
)

func (ProtoVerticalAlignment) Descriptor

func (ProtoVerticalAlignment) Enum

func (ProtoVerticalAlignment) EnumDescriptor deprecated

func (ProtoVerticalAlignment) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProtoVerticalAlignment.Descriptor instead.

func (ProtoVerticalAlignment) Number

func (ProtoVerticalAlignment) String

func (x ProtoVerticalAlignment) String() string

func (ProtoVerticalAlignment) Type

type ProtoWsArea added in v0.0.6

type ProtoWsArea struct {
	XChildren       []*ProtoDocumentElement `protobuf:"bytes,1,rep,name=_children,json=Children,proto3" json:"_children,omitempty"`
	Parent          *ProtoDocumentElement   `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	ComChannelUUIDs []string                `protobuf:"bytes,3,rep,name=comChannelUUIDs,proto3" json:"comChannelUUIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoWsArea) Descriptor deprecated added in v0.0.6

func (*ProtoWsArea) Descriptor() ([]byte, []int)

Deprecated: Use ProtoWsArea.ProtoReflect.Descriptor instead.

func (*ProtoWsArea) GetComChannelUUIDs added in v0.0.6

func (x *ProtoWsArea) GetComChannelUUIDs() []string

func (*ProtoWsArea) GetParent added in v0.0.6

func (x *ProtoWsArea) GetParent() *ProtoDocumentElement

func (*ProtoWsArea) GetXChildren added in v0.0.6

func (x *ProtoWsArea) GetXChildren() []*ProtoDocumentElement

func (*ProtoWsArea) ProtoMessage added in v0.0.6

func (*ProtoWsArea) ProtoMessage()

func (*ProtoWsArea) ProtoReflect added in v0.0.6

func (x *ProtoWsArea) ProtoReflect() protoreflect.Message

func (*ProtoWsArea) Reset added in v0.0.6

func (x *ProtoWsArea) Reset()

func (*ProtoWsArea) String added in v0.0.6

func (x *ProtoWsArea) String() string

func (*ProtoWsArea) ToNode added in v0.0.6

func (ProtoWsArea *ProtoWsArea) ToNode(children ...Message) *Node

type Protos added in v0.0.2

type Protos []Message

func (Protos) ToProtoBytes added in v0.0.2

func (protos Protos) ToProtoBytes() ([]byte, error)

Source Files

Jump to

Keyboard shortcuts

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