These styles can be modified, using the <ParaStyles> and <FontStyles>
Example for a Default style of TableOfContents :
<Report>
<TableOfContents/>
<Section title="Introduction">
</Section>
<Section title="Chapter 1">
<Section title="This is a section">
</Section>
<Section title="This is another section">
<Section title="This is third level section">
</Section>
</Section>
</Section>
</Report>
Result:
Example for a Modified style of TableOfContents :
<Report>
<ParaStyles>
<ParaStyle name="TOC1" alignment="left" spaceBefore="0"/>
<ParaStyle name="TOC2" alignment="left" spaceBefore="0"/>
</ParaStyles>
<FontStyles>
<FontStyle name="TOC1" style="bold" font="Times New Roman" size="24" color="Aqua" />
<FontStyle name="TOC2" style="bold" font="Times New Roman" size="20" color="Aqua" />
</FontStyles>
<TableOfContents/>
<Section title="Introduction">
</Section>
<Section title="Chapter 1">
<Section title="This is a section">
</Section>
<Section title="This is another section">
<Section title="This is third level section">
</Section>
</Section>
</Section>
</Report>
Result:
1 person has this question
1 Comment
B
Bashar Nassar
said
over 3 years ago
Answer
The Table Of Content uses predefined font styles and paragraph styles named accordingly:
These styles can be modified, using the <ParaStyles> and <FontStyles>
Example for a Default style of TableOfContents :
<Report>
<TableOfContents/>
<Section title="Introduction">
</Section>
<Section title="Chapter 1">
<Section title="This is a section">
</Section>
<Section title="This is another section">
<Section title="This is third level section">
</Section>
</Section>
</Section>
</Report>
Result:
Example for a Modified style of TableOfContents :
<Report>
<ParaStyles>
<ParaStyle name="TOC1" alignment="left" spaceBefore="0"/>
<ParaStyle name="TOC2" alignment="left" spaceBefore="0"/>
</ParaStyles>
<FontStyles>
<FontStyle name="TOC1" style="bold" font="Times New Roman" size="24" color="Aqua" />
<FontStyle name="TOC2" style="bold" font="Times New Roman" size="20" color="Aqua" />
</FontStyles>
<TableOfContents/>
<Section title="Introduction">
</Section>
<Section title="Chapter 1">
<Section title="This is a section">
</Section>
<Section title="This is another section">
<Section title="This is third level section">
</Section>
</Section>
</Section>
</Report>
Bashar Nassar
Is there any way to change the style of TableOfContents in a report?
The Table Of Content uses predefined font styles and paragraph styles named accordingly:
FontStyleTOC1, FontStyleTOC2, ...
ParaStyleTOC1, ParaStyleTOC2, ...
These styles can be modified, using the <ParaStyles> and <FontStyles>
Example for a Default style of TableOfContents :
Result:
Example for a Modified style of TableOfContents :
Result:
1 person has this question
Bashar Nassar
The Table Of Content uses predefined font styles and paragraph styles named accordingly:
FontStyleTOC1, FontStyleTOC2, ...
ParaStyleTOC1, ParaStyleTOC2, ...
These styles can be modified, using the <ParaStyles> and <FontStyles>
Example for a Default style of TableOfContents :
Result:
Example for a Modified style of TableOfContents :
Result:
-
Comparing two versions of a structure
-
Context and path language
-
Overview of meta model
-
Importing old data
-
Cannot find multiple version items
-
Accumulated bar chart
-
Cannot remove part - is referenced
-
View of non accessable data
-
Path: How to check if an attribute is empty?
-
List and path language
See all 29 topics