C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.RemoveTOCFromDocument

Показать файл Открыть проект

Открытые методы

Метод Описание
RemoveTableOfContents ( Document doc, int index ) : void

Removes the specified table of contents field from the document.

Run ( ) : void

Описание методов

RemoveTableOfContents() публичный статический Метод

Removes the specified table of contents field from the document.
public static RemoveTableOfContents ( Document doc, int index ) : void
doc Document The document to remove the field from.
index int The zero-based index of the TOC to remove.
Результат void

Run() публичный статический Метод

public static Run ( ) : void
Результат void