Versions in this module Expand all Collapse all v1 v1.1.0 Feb 7, 2018 Changes in this version + const Default_Color_A + const Default_ComponentInfo_AllowsDuplicatesOutsideOfDocumentPackage + const Default_ComponentInfo_DirtiesDocumentPackage + const Default_ComponentInfo_IsStoredOutsideObjectArchive + const Default_DatabaseDataArchive_Sharable + const Default_PasteboardObject_IsSmart + const Default_PasteboardObject_IsTextPrimary + var Color_ColorModel_name = map[int32]string + var Color_ColorModel_value = map[string]int32 + var DatabaseImageDataArchive_ImageType_name = map[int32]string + var DatabaseImageDataArchive_ImageType_value = map[string]int32 + var FieldInfo_Rule_name = map[int32]string + var FieldInfo_Rule_value = map[string]int32 + var FieldInfo_Type_name = map[int32]string + var FieldInfo_Type_value = map[string]int32 + var Path_ElementType_name = map[int32]string + var Path_ElementType_value = map[string]int32 + type ArchiveInfo struct + Identifier *uint64 + MessageInfos []*MessageInfo + XXX_unrecognized []byte + func (*ArchiveInfo) ProtoMessage() + func (m *ArchiveInfo) GetIdentifier() uint64 + func (m *ArchiveInfo) GetMessageInfos() []*MessageInfo + func (m *ArchiveInfo) Reset() + func (m *ArchiveInfo) String() string + type Color struct + A *float32 + B *float32 + C *float32 + G *float32 + K *float32 + M *float32 + Model *Color_ColorModel + R *float32 + W *float32 + XXX_unrecognized []byte + Y *float32 + func (*Color) ProtoMessage() + func (m *Color) GetA() float32 + func (m *Color) GetB() float32 + func (m *Color) GetC() float32 + func (m *Color) GetG() float32 + func (m *Color) GetK() float32 + func (m *Color) GetM() float32 + func (m *Color) GetModel() Color_ColorModel + func (m *Color) GetR() float32 + func (m *Color) GetW() float32 + func (m *Color) GetY() float32 + func (m *Color) Reset() + func (m *Color) String() string + type Color_ColorModel int32 + const Color_cmyk + const Color_rgb + const Color_white + func (x *Color_ColorModel) UnmarshalJSON(data []byte) error + func (x Color_ColorModel) Enum() *Color_ColorModel + func (x Color_ColorModel) String() string + type ComponentDataReference struct + DataIdentifier *uint64 + XXX_unrecognized []byte + func (*ComponentDataReference) ProtoMessage() + func (m *ComponentDataReference) GetDataIdentifier() uint64 + func (m *ComponentDataReference) Reset() + func (m *ComponentDataReference) String() string + type ComponentExternalReference struct + ComponentIdentifier *uint64 + IsWeak *bool + ObjectIdentifier *uint64 + XXX_unrecognized []byte + func (*ComponentExternalReference) ProtoMessage() + func (m *ComponentExternalReference) GetComponentIdentifier() uint64 + func (m *ComponentExternalReference) GetIsWeak() bool + func (m *ComponentExternalReference) GetObjectIdentifier() uint64 + func (m *ComponentExternalReference) Reset() + func (m *ComponentExternalReference) String() string + type ComponentInfo struct + AllowsDuplicatesOutsideOfDocumentPackage *bool + DataReferences []*ComponentDataReference + DirtiesDocumentPackage *bool + ExternalReferences []*ComponentExternalReference + Identifier *uint64 + IsStoredOutsideObjectArchive *bool + Locator *string + PreferredLocator *string + ReadVersion []uint32 + WriteVersion []uint32 + XXX_unrecognized []byte + func (*ComponentInfo) ProtoMessage() + func (m *ComponentInfo) GetAllowsDuplicatesOutsideOfDocumentPackage() bool + func (m *ComponentInfo) GetDataReferences() []*ComponentDataReference + func (m *ComponentInfo) GetDirtiesDocumentPackage() bool + func (m *ComponentInfo) GetExternalReferences() []*ComponentExternalReference + func (m *ComponentInfo) GetIdentifier() uint64 + func (m *ComponentInfo) GetIsStoredOutsideObjectArchive() bool + func (m *ComponentInfo) GetLocator() string + func (m *ComponentInfo) GetPreferredLocator() string + func (m *ComponentInfo) GetReadVersion() []uint32 + func (m *ComponentInfo) GetWriteVersion() []uint32 + func (m *ComponentInfo) Reset() + func (m *ComponentInfo) String() string + type DataInfo struct + Digest []byte + DocumentResourceLocator *string + FileName *string + Identifier *uint64 + PasteboardExternalFilePath *string + PreferredFileName *string + SourceBookmarkData []byte + XXX_unrecognized []byte + func (*DataInfo) ProtoMessage() + func (m *DataInfo) GetDigest() []byte + func (m *DataInfo) GetDocumentResourceLocator() string + func (m *DataInfo) GetFileName() string + func (m *DataInfo) GetIdentifier() uint64 + func (m *DataInfo) GetPasteboardExternalFilePath() string + func (m *DataInfo) GetPreferredFileName() string + func (m *DataInfo) GetSourceBookmarkData() []byte + func (m *DataInfo) Reset() + func (m *DataInfo) String() string + type DataReference struct + Identifier *uint64 + XXX_unrecognized []byte + func (*DataReference) ProtoMessage() + func (m *DataReference) GetIdentifier() uint64 + func (m *DataReference) Reset() + func (m *DataReference) String() string + type DatabaseData struct + Data *DataReference + XXX_unrecognized []byte + func (*DatabaseData) ProtoMessage() + func (m *DatabaseData) GetData() *DataReference + func (m *DatabaseData) Reset() + func (m *DatabaseData) String() string + type DatabaseDataArchive struct + AppRelativePath *string + Data *Reference + DisplayName *string + Hash *uint32 + Length *uint64 + Sharable *bool + XXX_unrecognized []byte + func (*DatabaseDataArchive) ProtoMessage() + func (m *DatabaseDataArchive) GetAppRelativePath() string + func (m *DatabaseDataArchive) GetData() *Reference + func (m *DatabaseDataArchive) GetDisplayName() string + func (m *DatabaseDataArchive) GetHash() uint32 + func (m *DatabaseDataArchive) GetLength() uint64 + func (m *DatabaseDataArchive) GetSharable() bool + func (m *DatabaseDataArchive) Reset() + func (m *DatabaseDataArchive) String() string + type DatabaseImageDataArchive struct + Super *DatabaseDataArchive + Type *DatabaseImageDataArchive_ImageType + XXX_unrecognized []byte + func (*DatabaseImageDataArchive) ProtoMessage() + func (m *DatabaseImageDataArchive) GetSuper() *DatabaseDataArchive + func (m *DatabaseImageDataArchive) GetType() DatabaseImageDataArchive_ImageType + func (m *DatabaseImageDataArchive) Reset() + func (m *DatabaseImageDataArchive) String() string + type DatabaseImageDataArchive_ImageType int32 + const DatabaseImageDataArchive_bitmap + const DatabaseImageDataArchive_pdf + const DatabaseImageDataArchive_unknown + func (x *DatabaseImageDataArchive_ImageType) UnmarshalJSON(data []byte) error + func (x DatabaseImageDataArchive_ImageType) Enum() *DatabaseImageDataArchive_ImageType + func (x DatabaseImageDataArchive_ImageType) String() string + type Date struct + Seconds *float64 + XXX_unrecognized []byte + func (*Date) ProtoMessage() + func (m *Date) GetSeconds() float64 + func (m *Date) Reset() + func (m *Date) String() string + type FieldInfo struct + DataReferences []uint64 + ObjectReferences []uint64 + Path *FieldPath + Rule *FieldInfo_Rule + Type *FieldInfo_Type + XXX_unrecognized []byte + func (*FieldInfo) ProtoMessage() + func (m *FieldInfo) GetDataReferences() []uint64 + func (m *FieldInfo) GetObjectReferences() []uint64 + func (m *FieldInfo) GetPath() *FieldPath + func (m *FieldInfo) GetRule() FieldInfo_Rule + func (m *FieldInfo) GetType() FieldInfo_Type + func (m *FieldInfo) Reset() + func (m *FieldInfo) String() string + type FieldInfo_Rule int32 + const Default_FieldInfo_Rule + const FieldInfo_IgnoreAndDrop + const FieldInfo_IgnoreAndPreserve + const FieldInfo_MustUnderstand + const FieldInfo_NotSupported + func (x *FieldInfo_Rule) UnmarshalJSON(data []byte) error + func (x FieldInfo_Rule) Enum() *FieldInfo_Rule + func (x FieldInfo_Rule) String() string + type FieldInfo_Type int32 + const Default_FieldInfo_Type + const FieldInfo_DataReference + const FieldInfo_Message + const FieldInfo_ObjectReference + const FieldInfo_Value + func (x *FieldInfo_Type) UnmarshalJSON(data []byte) error + func (x FieldInfo_Type) Enum() *FieldInfo_Type + func (x FieldInfo_Type) String() string + type FieldPath struct + Path []uint32 + XXX_unrecognized []byte + func (*FieldPath) ProtoMessage() + func (m *FieldPath) GetPath() []uint32 + func (m *FieldPath) Reset() + func (m *FieldPath) String() string + type IndexSet struct + Ranges []*Range + XXX_unrecognized []byte + func (*IndexSet) ProtoMessage() + func (m *IndexSet) GetRanges() []*Range + func (m *IndexSet) Reset() + func (m *IndexSet) String() string + type MessageInfo struct + DataReferences []uint64 + FieldInfos []*FieldInfo + Length *uint32 + ObjectReferences []uint64 + Type *uint32 + Version []uint32 + XXX_unrecognized []byte + func (*MessageInfo) ProtoMessage() + func (m *MessageInfo) GetDataReferences() []uint64 + func (m *MessageInfo) GetFieldInfos() []*FieldInfo + func (m *MessageInfo) GetLength() uint32 + func (m *MessageInfo) GetObjectReferences() []uint64 + func (m *MessageInfo) GetType() uint32 + func (m *MessageInfo) GetVersion() []uint32 + func (m *MessageInfo) Reset() + func (m *MessageInfo) String() string + type ObjectContainer struct + Identifier *uint32 + Objects []*Reference + XXX_unrecognized []byte + func (*ObjectContainer) ProtoMessage() + func (m *ObjectContainer) GetIdentifier() uint32 + func (m *ObjectContainer) GetObjects() []*Reference + func (m *ObjectContainer) Reset() + func (m *ObjectContainer) String() string + type PackageMetadata struct + Components []*ComponentInfo + Datas []*DataInfo + LastObjectIdentifier *uint64 + ReadVersion []uint32 + WriteVersion []uint32 + XXX_unrecognized []byte + func (*PackageMetadata) ProtoMessage() + func (m *PackageMetadata) GetComponents() []*ComponentInfo + func (m *PackageMetadata) GetDatas() []*DataInfo + func (m *PackageMetadata) GetLastObjectIdentifier() uint64 + func (m *PackageMetadata) GetReadVersion() []uint32 + func (m *PackageMetadata) GetWriteVersion() []uint32 + func (m *PackageMetadata) Reset() + func (m *PackageMetadata) String() string + type PasteboardMetadata struct + AppName *string + Datas []*DataInfo + SourceDocumentUuid *string + Version []uint32 + XXX_unrecognized []byte + func (*PasteboardMetadata) ProtoMessage() + func (m *PasteboardMetadata) GetAppName() string + func (m *PasteboardMetadata) GetDatas() []*DataInfo + func (m *PasteboardMetadata) GetSourceDocumentUuid() string + func (m *PasteboardMetadata) GetVersion() []uint32 + func (m *PasteboardMetadata) Reset() + func (m *PasteboardMetadata) String() string + type PasteboardObject struct + AppNativeObject *Reference + Drawables []*Reference + GuideStorage *Reference + IsSmart *bool + IsTextPrimary *bool + Styles []*Reference + Stylesheet *Reference + Theme *Reference + WpStorage *Reference + XXX_unrecognized []byte + func (*PasteboardObject) ProtoMessage() + func (m *PasteboardObject) GetAppNativeObject() *Reference + func (m *PasteboardObject) GetDrawables() []*Reference + func (m *PasteboardObject) GetGuideStorage() *Reference + func (m *PasteboardObject) GetIsSmart() bool + func (m *PasteboardObject) GetIsTextPrimary() bool + func (m *PasteboardObject) GetStyles() []*Reference + func (m *PasteboardObject) GetStylesheet() *Reference + func (m *PasteboardObject) GetTheme() *Reference + func (m *PasteboardObject) GetWpStorage() *Reference + func (m *PasteboardObject) Reset() + func (m *PasteboardObject) String() string + type Path struct + Elements []*Path_Element + XXX_unrecognized []byte + func (*Path) ProtoMessage() + func (m *Path) GetElements() []*Path_Element + func (m *Path) Reset() + func (m *Path) String() string + type Path_Element struct + Points []*Point + Type *Path_ElementType + XXX_unrecognized []byte + func (*Path_Element) ProtoMessage() + func (m *Path_Element) GetPoints() []*Point + func (m *Path_Element) GetType() Path_ElementType + func (m *Path_Element) Reset() + func (m *Path_Element) String() string + type Path_ElementType int32 + const Path_closeSubpath + const Path_curveTo + const Path_lineTo + const Path_moveTo + const Path_quadCurveTo + func (x *Path_ElementType) UnmarshalJSON(data []byte) error + func (x Path_ElementType) Enum() *Path_ElementType + func (x Path_ElementType) String() string + type Point struct + X *float32 + XXX_unrecognized []byte + Y *float32 + func (*Point) ProtoMessage() + func (m *Point) GetX() float32 + func (m *Point) GetY() float32 + func (m *Point) Reset() + func (m *Point) String() string + type Range struct + Length *uint32 + Location *uint32 + XXX_unrecognized []byte + func (*Range) ProtoMessage() + func (m *Range) GetLength() uint32 + func (m *Range) GetLocation() uint32 + func (m *Range) Reset() + func (m *Range) String() string + type Reference struct + DeprecatedIsExternal *bool + DeprecatedType *int32 + Identifier *uint64 + XXX_unrecognized []byte + func (*Reference) ProtoMessage() + func (m *Reference) GetDeprecatedIsExternal() bool + func (m *Reference) GetDeprecatedType() int32 + func (m *Reference) GetIdentifier() uint64 + func (m *Reference) Reset() + func (m *Reference) String() string + type ReferenceDictionary struct + Entries []*ReferenceDictionary_Entry + XXX_unrecognized []byte + func (*ReferenceDictionary) ProtoMessage() + func (m *ReferenceDictionary) GetEntries() []*ReferenceDictionary_Entry + func (m *ReferenceDictionary) Reset() + func (m *ReferenceDictionary) String() string + type ReferenceDictionary_Entry struct + Key *Reference + Value *Reference + XXX_unrecognized []byte + func (*ReferenceDictionary_Entry) ProtoMessage() + func (m *ReferenceDictionary_Entry) GetKey() *Reference + func (m *ReferenceDictionary_Entry) GetValue() *Reference + func (m *ReferenceDictionary_Entry) Reset() + func (m *ReferenceDictionary_Entry) String() string + type Size struct + Height *float32 + Width *float32 + XXX_unrecognized []byte + func (*Size) ProtoMessage() + func (m *Size) GetHeight() float32 + func (m *Size) GetWidth() float32 + func (m *Size) Reset() + func (m *Size) String() string + type ViewStateMetadata struct + Component *ComponentInfo + DocumentVersionUuid *string + Version []uint32 + XXX_unrecognized []byte + func (*ViewStateMetadata) ProtoMessage() + func (m *ViewStateMetadata) GetComponent() *ComponentInfo + func (m *ViewStateMetadata) GetDocumentVersionUuid() string + func (m *ViewStateMetadata) GetVersion() []uint32 + func (m *ViewStateMetadata) Reset() + func (m *ViewStateMetadata) String() string