public sealed class Reference : IMessage<Reference>,
IMessage, IEquatable<Reference>, IDeepCloneable<Reference>,
IBufferMessagePublic NotInheritable Class Reference
Implements IMessage(Of Reference), IMessage,
IEquatable(Of Reference), IDeepCloneable(Of Reference), IBufferMessagepublic ref class Reference sealed : IMessage<Reference^>,
IMessage, IEquatable<Reference^>, IDeepCloneable<Reference^>,
IBufferMessage[<SealedAttribute>]
type Reference =
class
interface IMessage<Reference>
interface IMessage
interface IEquatable<Reference>
interface IDeepCloneable<Reference>
interface IBufferMessage
end| Reference | Initializes a new instance of the Reference class |
| Reference(Reference) | Initializes a new instance of the Reference class |
| Descriptor | |
| File | filepath of the reference |
| HasPage | Gets whether the "page" field is set |
| HasSheet | Gets whether the "sheet" field is set |
| Page | referenced page number if there is one |
| Parser | |
| Sheet | referenced sheet name if there is one |
| CalculateSize | |
| ClearPage | Clears the value of the "page" field |
| ClearSheet | Clears the value of the "sheet" field |
| Clone | |
| Equals(Object) | (Overrides ObjectEquals(Object)) |
| Equals(Reference) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MergeFrom(CodedInputStream) | |
| MergeFrom(Reference) | |
| ToString | (Overrides ObjectToString) |
| WriteTo |
| FileFieldNumber | Field number for the "file" field. |
| PageFieldNumber | Field number for the "page" field. |
| SheetFieldNumber | Field number for the "sheet" field. |