| 名前 | 解説 | |
|---|---|---|
![]() | PageLayouts コンストラクタ | Initializes a new instance of the PageLayouts class. |
PageLayoutsデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | PageLayouts コンストラクタ | Initializes a new instance of the PageLayouts class. |
| 名前 | 解説 | |
|---|---|---|
![]() | Default | Gets or sets the default PageLayout for the current document. The effective page layout for each page is determined by merging this layout with all other applicable layouts. |
![]() | Document | Gets C1Document object containing this PageLayouts object. |
![]() | EvenPages | Gets or sets the PageLayout used for even pages of the current document. |
![]() | FirstPage | Gets or sets the PageLayout used for the first page of the current document. |
![]() | Item | Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current PageLayouts. |
![]() | LastPage | Gets or sets the PageLayout used for the last page of the current document. |
![]() | OddPages | Gets or sets the PageLayout used for odd pages of the current document. |
![]() | Owner | Gets or sets RenderSection object owning this PageLayouts object. |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーライドされます。 Assigns all from another object. |
![]() | CreateSame | オーバーライドされます。 Creates a new instance of the same class as this one. |
![]() | FindRenderObject | Finds a RenderObject by name. |
| 名前 | 解説 | |
|---|---|---|
![]() | SetOwner | Sets the owner of the current object. C1.Document.OwnedObjectから継承されます。 |