CreateFooterRequest class

Creates a Footer.

The new footer is applied to the SectionStyle at the location of the SectionBreak if specified, otherwise it is applied to the DocumentStyle. If a footer of the specified type already exists, a 400 bad request error is returned.

Constructors

CreateFooterRequest({Location? sectionBreakLocation, String? type})
CreateFooterRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionBreakLocation Location?
The location of the SectionBreak immediately preceding the section whose SectionStyle this footer should belong to.
getter/setter pair
type String?
The type of footer to create. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited