Class FootnoteReference
A ParagraphElement representing a footnote reference. A footnote reference is the inline content rendered with a number and is used to identify the footnote.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class FootnoteReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FootnoteId
The ID of the footnote that contains the content of this footnote reference.
Declaration
[JsonProperty("footnoteId")]
public virtual string FootnoteId { get; set; }
Property Value
Type | Description |
---|---|
string |
FootnoteNumber
The rendered number of this footnote.
Declaration
[JsonProperty("footnoteNumber")]
public virtual string FootnoteNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SuggestedInsertionIds
The suggested insertion IDs. A FootnoteReference may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SuggestedTextStyleChanges
The suggested text style changes to this FootnoteReference, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedTextStyleChanges")]
public virtual IDictionary<string, SuggestedTextStyle> SuggestedTextStyleChanges { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SuggestedTextStyle> |
TextStyle
The text style of this FootnoteReference.
Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |