Package | Description |
---|---|
org.docx4j.toc | |
org.docx4j.toc.switches | |
org.docx4j.wml |
Modifier and Type | Field and Description |
---|---|
static STTabTlc |
TocHelper.DEFAULT_TAB_LEADER |
Modifier and Type | Method and Description |
---|---|
SdtBlock |
TocGenerator.generateToc(int index,
String instruction,
STTabTlc leader,
boolean skipPageNumbering)
Generate Table of Contents using provided TOC instruction, and specified leader (eg dots) before
page number, adding at the given index in the body of document
It is an error if a ToC content control is already present; delete it or use updateToc.
|
protected SdtBlock |
TocGenerator.generateToc(SdtBlock sdt,
List<P> tocHeadingP,
String instruction,
STTabTlc leader,
boolean skipPageNumbering)
Generate Table of Contents in the given sdt with provided tocHeadingP, and given TOC instruction.
|
protected SdtBlock |
TocGenerator.generateToc(SdtBlock sdt,
String instruction,
STTabTlc leader,
boolean skipPageNumbering)
Generate Table of Contents in the given sdt with generated heading, and given TOC instruction.
|
SdtBlock |
TocGenerator.updateToc(boolean skipPageNumbering,
boolean reuseExistingToCHeadingP,
STTabTlc leader)
Update existing TOC in the document with TOC generated by generateToc() method, using specified tab leader.
|
Constructor and Description |
---|
TocEntry(PropertyResolver propertyResolver,
PageDimensions pageDimensions,
STTabTlc leader) |
Constructor and Description |
---|
SwitchProcessor(PageDimensions pageDimensions,
STTabTlc leader) |
Modifier and Type | Field and Description |
---|---|
protected STTabTlc |
CTTabStop.leader |
Modifier and Type | Method and Description |
---|---|
static STTabTlc |
STTabTlc.fromValue(String v) |
STTabTlc |
CTTabStop.getLeader()
Gets the value of the leader property.
|
static STTabTlc |
STTabTlc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTabTlc[] |
STTabTlc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTabStop.setLeader(STTabTlc value)
Sets the value of the leader property.
|
Copyright © 2007-2019. All Rights Reserved.