C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.RemoveTOCFromDocument

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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