Represents a container for the header or footer text of a section in Java....public class HeaderFooter extends Story Represents a container...class HeaderFooterStructur extends DocumentVisitor { public H...
Represents a single section in a document in Java....CompositeNode public class Section extends CompositeNode Represents a...class DocStructurePrinter extends DocumentVisitor { public D...
Represents a table row in Java....CompositeNode public class Row extends CompositeNode Represents a...class TableStructurePrinte extends DocumentVisitor { public T...
Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....public class PdfSaveOptions extends FixedPageSaveOptions implements...Determines whether the font attributes will be changed according...
Represents a table cell in Java....CompositeNode public class Cell extends CompositeNode Represents a...class TableStructurePrinte extends DocumentVisitor { public T...
Provides the abstract base class for a main document and a glossary document of a Word document in Java....abstract class DocumentBase extends CompositeNode Provides the...class RemoveHiddenContentV extends DocumentVisitor { /// /// Called...
Represents the mail merge functionality in Java....public class CustomerList extends ArrayList { public Customer...static class EmployeeList extends ArrayList { public Employee...
Represents the root element for a glossary document within a Word document in Java....public class GlossaryDocument extends DocumentBase Represents the...static class GlossaryDocVisitor extends DocumentVisitor { public GlossaryDocVisitor()...
Base class for inline-level nodes that can contain paragraphs and tables in Java....abstract class InlineStory extends CompositeNode Base class for...class RemoveHiddenContentV extends DocumentVisitor { /// /// Called...
Represents a container for text of a footnote or endnote in Java....InlineStory public class Footnote extends InlineStory Represents a container...class FootnoteStructurePri extends DocumentVisitor { public F...