OutlineEntry (Java)

Represents an entry in an outline.

Syntax

public class OutlineEntry extends Base

Containment

Contained by: Outline

Properties

Alias through getAlias and setAlias

Database through getDatabase

Document through getDocument

EntryClass through getEntryClass

Formula through getFormula

FrameText through getFrameText and setFrameText

HasChildren through hasChildren

HideFormula through getHideFormula and setHideFormula

ImagesText through getImagesText and setImagesText

IsHidden through isHidden and setHidden

IsHiddenFromNotes through isHiddenFromNotes and setHiddenFromNotes

IsHiddenFromWeb through isHiddenFromWeb and setHiddenFromWeb

IsInThisDB through isInThisDB

IsPrivate through isPrivate

KeepSelectionFocus through getKeepSelectionFocus and setKeepSelectionFocus

Label through getLabel and setLabel

Level through getLevel and setLevel

NamedElement through getNamedElement

Parent through getParent

Type through getType

URL through getURL

UseHideFormula through getUseHideFormula and setUseHideFormula

View through getView

Methods

recycle

setAction

setNamedElement

setNoteLink

setURL

Creation and access

To create an outline entry, use createEntry in Outline. To access outline entries, use the navigation methods in Outline.

Example