OutlineCollection.Delete

Delete()

Deletes all outline items from the document outline.

public void Delete()

See Also


Delete(string)

Deletes the outline item with specified title from the document outline.

public void Delete(string name)
ParameterTypeDescription
nameStringThe title of outline item to be deleted

See Also