add_outline_entry method

add_outline_entry

Adds an outline entry to the document.

def add_outline_entry(self, description, outline_level, target):
    ...
ParameterTypeDescription
descriptionstrThe entry description.
outline_levelintThe outline level.
targetaspose.page.xps.xpsmodel.XpsHyperlinkTargetThe entry target.

See Also