Document apiReferenceSections
sections.setPageNumbering
Set page numbering format/start and chapter numbering settings for a section.
mutates documentdry runconditional
doc.sections.setPageNumbering(…)Expected result
Returns a SectionMutationResult receipt; reports NO_OP if page numbering settings already match.
Inputs
targetSectionAddressrequiredFields
kind"section"requiredsectionIdstringrequiredstartintegerconditionally requiredformat"decimal" | "lowerLetter" | "upperLetter" | "lowerRoman" | "upperRoman" | "numberInDash"conditionally requiredchapterStyleintegerconditionally requiredchapterSeparator"hyphen" | "period" | "colon" | "emDash" | "enDash"conditionally requiredResult
Output fields
true
successtruerequiredsectionSectionAddressrequiredFields
kind"section"requiredsectionIdstringrequiredfalse
successfalserequiredfailureobjectrequiredFields
code"NO_OP" | "INVALID_TARGET" | "CAPABILITY_UNAVAILABLE"requiredmessagestringrequireddetailsunknownFailures
Pre-apply throws
TARGET_NOT_FOUNDINVALID_TARGETINVALID_INPUT
2 more codes
CAPABILITY_UNAVAILABLEINTERNAL_ERROR
Non-applied receipt codes
NO_OPINVALID_TARGETCAPABILITY_UNAVAILABLE
Raw schemas
Open the generated JSON artifact for the exact input, output, success, and failure schemas represented by this contract version.
View raw JSON schemas