| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
InsertPageBreakRequest |
InsertPageBreakRequest.clone() |
InsertPageBreakRequest |
Request.getInsertPageBreak()
Inserts a page break at the specified location.
|
InsertPageBreakRequest |
InsertPageBreakRequest.set(String fieldName,
Object value) |
InsertPageBreakRequest |
InsertPageBreakRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the page break at the end of the document body.
|
InsertPageBreakRequest |
InsertPageBreakRequest.setLocation(Location location)
Inserts the page break at a specific index in the document.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setInsertPageBreak(InsertPageBreakRequest insertPageBreak)
Inserts a page break at the specified location.
|
Copyright © 2011–2025 Google. All rights reserved.