match “/” |
Main template that invokes all sub-templates. Users can override this template to create their own template behavior; however it is recommended that you override the Section.Content, Section.Body, or Section.Main. |
Section.Sequence |
Main template that invokes all sub-templates. Users can override this template to create their own template behavior; however it is recommended that you override the Section.Content, Section.Body, or Section.Main. |
Section.Main |
This section includes Section.Content and Section.Children. |
Section.Content |
This section includes Section.Title and Section.Body. |
Section.Body |
The body content of the section. |
Section.ShowStyleAttributes |
Describes the default way to display attributes when no template is defined.
Parameters:
border - border used for tables. The default value is 0.5pt solid black. |
Section.Children |
Inserts the child sections that are passed as a parameter into this template. |
Section.PageLayout |
Formats the page layout, including paper size, headers, page numbering, and so forth. The Section.Main template is called to insert the document into this layout. |
Section.staticContent |
This template formats the page layout, including paper size, headers, page numbering, and so forth. The Section.Main template is called to insert the document into this layout. |
Section.Title |
Creates a title block containing the appropriate title text and link. |
Section.TitleText |
Gets the text to be displayed for this section. |