Show / Hide Table of Contents

Class Request

A single update to apply to a document.

Inheritance
object
Request
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Request : IDirectResponseSchema

Properties

CreateFooter

Creates a footer.

Declaration
[JsonProperty("createFooter")]
public virtual CreateFooterRequest CreateFooter { get; set; }
Property Value
Type Description
CreateFooterRequest

CreateFootnote

Creates a footnote.

Declaration
[JsonProperty("createFootnote")]
public virtual CreateFootnoteRequest CreateFootnote { get; set; }
Property Value
Type Description
CreateFootnoteRequest

CreateHeader

Creates a header.

Declaration
[JsonProperty("createHeader")]
public virtual CreateHeaderRequest CreateHeader { get; set; }
Property Value
Type Description
CreateHeaderRequest

CreateNamedRange

Creates a named range.

Declaration
[JsonProperty("createNamedRange")]
public virtual CreateNamedRangeRequest CreateNamedRange { get; set; }
Property Value
Type Description
CreateNamedRangeRequest

CreateParagraphBullets

Creates bullets for paragraphs.

Declaration
[JsonProperty("createParagraphBullets")]
public virtual CreateParagraphBulletsRequest CreateParagraphBullets { get; set; }
Property Value
Type Description
CreateParagraphBulletsRequest

DeleteContentRange

Deletes content from the document.

Declaration
[JsonProperty("deleteContentRange")]
public virtual DeleteContentRangeRequest DeleteContentRange { get; set; }
Property Value
Type Description
DeleteContentRangeRequest

DeleteFooter

Deletes a footer from the document.

Declaration
[JsonProperty("deleteFooter")]
public virtual DeleteFooterRequest DeleteFooter { get; set; }
Property Value
Type Description
DeleteFooterRequest

DeleteHeader

Deletes a header from the document.

Declaration
[JsonProperty("deleteHeader")]
public virtual DeleteHeaderRequest DeleteHeader { get; set; }
Property Value
Type Description
DeleteHeaderRequest

DeleteNamedRange

Deletes a named range.

Declaration
[JsonProperty("deleteNamedRange")]
public virtual DeleteNamedRangeRequest DeleteNamedRange { get; set; }
Property Value
Type Description
DeleteNamedRangeRequest

DeleteParagraphBullets

Deletes bullets from paragraphs.

Declaration
[JsonProperty("deleteParagraphBullets")]
public virtual DeleteParagraphBulletsRequest DeleteParagraphBullets { get; set; }
Property Value
Type Description
DeleteParagraphBulletsRequest

DeletePositionedObject

Deletes a positioned object from the document.

Declaration
[JsonProperty("deletePositionedObject")]
public virtual DeletePositionedObjectRequest DeletePositionedObject { get; set; }
Property Value
Type Description
DeletePositionedObjectRequest

DeleteTableColumn

Deletes a column from a table.

Declaration
[JsonProperty("deleteTableColumn")]
public virtual DeleteTableColumnRequest DeleteTableColumn { get; set; }
Property Value
Type Description
DeleteTableColumnRequest

DeleteTableRow

Deletes a row from a table.

Declaration
[JsonProperty("deleteTableRow")]
public virtual DeleteTableRowRequest DeleteTableRow { get; set; }
Property Value
Type Description
DeleteTableRowRequest

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InsertInlineImage

Inserts an inline image at the specified location.

Declaration
[JsonProperty("insertInlineImage")]
public virtual InsertInlineImageRequest InsertInlineImage { get; set; }
Property Value
Type Description
InsertInlineImageRequest

InsertPageBreak

Inserts a page break at the specified location.

Declaration
[JsonProperty("insertPageBreak")]
public virtual InsertPageBreakRequest InsertPageBreak { get; set; }
Property Value
Type Description
InsertPageBreakRequest

InsertSectionBreak

Inserts a section break at the specified location.

Declaration
[JsonProperty("insertSectionBreak")]
public virtual InsertSectionBreakRequest InsertSectionBreak { get; set; }
Property Value
Type Description
InsertSectionBreakRequest

InsertTable

Inserts a table at the specified location.

Declaration
[JsonProperty("insertTable")]
public virtual InsertTableRequest InsertTable { get; set; }
Property Value
Type Description
InsertTableRequest

InsertTableColumn

Inserts an empty column into a table.

Declaration
[JsonProperty("insertTableColumn")]
public virtual InsertTableColumnRequest InsertTableColumn { get; set; }
Property Value
Type Description
InsertTableColumnRequest

InsertTableRow

Inserts an empty row into a table.

Declaration
[JsonProperty("insertTableRow")]
public virtual InsertTableRowRequest InsertTableRow { get; set; }
Property Value
Type Description
InsertTableRowRequest

InsertText

Inserts text at the specified location.

Declaration
[JsonProperty("insertText")]
public virtual InsertTextRequest InsertText { get; set; }
Property Value
Type Description
InsertTextRequest

MergeTableCells

Merges cells in a table.

Declaration
[JsonProperty("mergeTableCells")]
public virtual MergeTableCellsRequest MergeTableCells { get; set; }
Property Value
Type Description
MergeTableCellsRequest

PinTableHeaderRows

Updates the number of pinned header rows in a table.

Declaration
[JsonProperty("pinTableHeaderRows")]
public virtual PinTableHeaderRowsRequest PinTableHeaderRows { get; set; }
Property Value
Type Description
PinTableHeaderRowsRequest

ReplaceAllText

Replaces all instances of the specified text.

Declaration
[JsonProperty("replaceAllText")]
public virtual ReplaceAllTextRequest ReplaceAllText { get; set; }
Property Value
Type Description
ReplaceAllTextRequest

ReplaceImage

Replaces an image in the document.

Declaration
[JsonProperty("replaceImage")]
public virtual ReplaceImageRequest ReplaceImage { get; set; }
Property Value
Type Description
ReplaceImageRequest

ReplaceNamedRangeContent

Replaces the content in a named range.

Declaration
[JsonProperty("replaceNamedRangeContent")]
public virtual ReplaceNamedRangeContentRequest ReplaceNamedRangeContent { get; set; }
Property Value
Type Description
ReplaceNamedRangeContentRequest

UnmergeTableCells

Unmerges cells in a table.

Declaration
[JsonProperty("unmergeTableCells")]
public virtual UnmergeTableCellsRequest UnmergeTableCells { get; set; }
Property Value
Type Description
UnmergeTableCellsRequest

UpdateDocumentStyle

Updates the style of the document.

Declaration
[JsonProperty("updateDocumentStyle")]
public virtual UpdateDocumentStyleRequest UpdateDocumentStyle { get; set; }
Property Value
Type Description
UpdateDocumentStyleRequest

UpdateParagraphStyle

Updates the paragraph style at the specified range.

Declaration
[JsonProperty("updateParagraphStyle")]
public virtual UpdateParagraphStyleRequest UpdateParagraphStyle { get; set; }
Property Value
Type Description
UpdateParagraphStyleRequest

UpdateSectionStyle

Updates the section style of the specified range.

Declaration
[JsonProperty("updateSectionStyle")]
public virtual UpdateSectionStyleRequest UpdateSectionStyle { get; set; }
Property Value
Type Description
UpdateSectionStyleRequest

UpdateTableCellStyle

Updates the style of table cells.

Declaration
[JsonProperty("updateTableCellStyle")]
public virtual UpdateTableCellStyleRequest UpdateTableCellStyle { get; set; }
Property Value
Type Description
UpdateTableCellStyleRequest

UpdateTableColumnProperties

Updates the properties of columns in a table.

Declaration
[JsonProperty("updateTableColumnProperties")]
public virtual UpdateTableColumnPropertiesRequest UpdateTableColumnProperties { get; set; }
Property Value
Type Description
UpdateTableColumnPropertiesRequest

UpdateTableRowStyle

Updates the row style in a table.

Declaration
[JsonProperty("updateTableRowStyle")]
public virtual UpdateTableRowStyleRequest UpdateTableRowStyle { get; set; }
Property Value
Type Description
UpdateTableRowStyleRequest

UpdateTextStyle

Updates the text style at the specified range.

Declaration
[JsonProperty("updateTextStyle")]
public virtual UpdateTextStyleRequest UpdateTextStyle { get; set; }
Property Value
Type Description
UpdateTextStyleRequest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX