InsertDateRequest
import type { InsertDateRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";Inserts a date at the specified location.
interface InsertDateRequest {
dateElementProperties?: DateElementProperties;
endOfSegmentLocation?: EndOfSegmentLocation;
location?: Location;
}§Properties
§
dateElementProperties?: DateElementProperties
[src]The properties of the date to insert.
§
endOfSegmentLocation?: EndOfSegmentLocation
[src]Inserts the date at the end of the given header, footer or document body.