Break Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents individual page, column, and section breaks in a page.
public interface class Break
[System.Runtime.InteropServices.Guid("79635BF1-BD1D-4B3F-A520-C1106F1AAAD8")]
public interface Break
type Break = interface
Public Interface Break
- Attributes
Remarks
Use the Break object and the related methods and properties for programmatically defining page layout in a document.
Use the Item[Int32] method to return a specific Break object.
Properties
Application |
Returns an Application object that represents the creator of the specified object. |
Creator |
Returns a value that indicates the application in which the specified object was created. |
PageIndex |
Returns a value that represents the page number on which the specified break occurs. |
Parent |
Returns the parent object of the specified object. |
Range |
Returns a Range object that represents the portion of a document that's contained in the specified object. |