C# 클래스 ApiExamples.ExFont.RemoveHiddenContentVisitor

This class when executed will remove all hidden content from the Document. Implemented as a Visitor.
상속: DocumentVisitor
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
VisitCellEnd ( Cell cell ) : VisitorAction

Called when visiting of a Cell node is ended in the document.

VisitCommentStart ( Comment comment ) : VisitorAction

Called when a Comment is encountered in the document.

VisitFieldEnd ( FieldEnd fieldEnd ) : VisitorAction

Called when a FieldEnd node is encountered in the document.

VisitFieldSeparator ( FieldSeparator fieldSeparator ) : VisitorAction

Called when a FieldSeparator node is encountered in the document.

VisitFieldStart ( FieldStart fieldStart ) : VisitorAction

Called when a FieldStart node is encountered in the document.

VisitFootnoteStart ( Footnote footnote ) : VisitorAction

Called when a Footnote is encountered in the document.

VisitFormField ( FormField field ) : VisitorAction

Called when a FormField is encountered in the document.

VisitGroupShapeStart ( GroupShape groupShape ) : VisitorAction

Called when a GroupShape is encountered in the document.

VisitParagraphStart ( Paragraph paragraph ) : VisitorAction

Called when a Paragraph node is encountered in the document.

VisitRowEnd ( Row row ) : VisitorAction

Called when visiting of a Row node is ended in the document.

VisitRun ( Run run ) : VisitorAction

Called when a Run node is encountered in the document.

VisitShapeStart ( Shape shape ) : VisitorAction

Called when a Shape is encountered in the document.

VisitSpecialChar ( SpecialChar character ) : VisitorAction

Called when a SpecialCharacter is encountered in the document.

VisitTableEnd ( Table table ) : VisitorAction

Called when visiting of a Table node is ended in the document.

비공개 메소드들

메소드 설명
isHidden ( Node node ) : bool

Returns true if the node passed is set as hidden, returns false if it is visible.

메소드 상세

VisitCellEnd() 공개 메소드

Called when visiting of a Cell node is ended in the document.
public VisitCellEnd ( Cell cell ) : VisitorAction
cell Cell
리턴 VisitorAction

VisitCommentStart() 공개 메소드

Called when a Comment is encountered in the document.
public VisitCommentStart ( Comment comment ) : VisitorAction
comment Comment
리턴 VisitorAction

VisitFieldEnd() 공개 메소드

Called when a FieldEnd node is encountered in the document.
public VisitFieldEnd ( FieldEnd fieldEnd ) : VisitorAction
fieldEnd FieldEnd
리턴 VisitorAction

VisitFieldSeparator() 공개 메소드

Called when a FieldSeparator node is encountered in the document.
public VisitFieldSeparator ( FieldSeparator fieldSeparator ) : VisitorAction
fieldSeparator FieldSeparator
리턴 VisitorAction

VisitFieldStart() 공개 메소드

Called when a FieldStart node is encountered in the document.
public VisitFieldStart ( FieldStart fieldStart ) : VisitorAction
fieldStart FieldStart
리턴 VisitorAction

VisitFootnoteStart() 공개 메소드

Called when a Footnote is encountered in the document.
public VisitFootnoteStart ( Footnote footnote ) : VisitorAction
footnote Footnote
리턴 VisitorAction

VisitFormField() 공개 메소드

Called when a FormField is encountered in the document.
public VisitFormField ( FormField field ) : VisitorAction
field FormField
리턴 VisitorAction

VisitGroupShapeStart() 공개 메소드

Called when a GroupShape is encountered in the document.
public VisitGroupShapeStart ( GroupShape groupShape ) : VisitorAction
groupShape GroupShape
리턴 VisitorAction

VisitParagraphStart() 공개 메소드

Called when a Paragraph node is encountered in the document.
public VisitParagraphStart ( Paragraph paragraph ) : VisitorAction
paragraph Paragraph
리턴 VisitorAction

VisitRowEnd() 공개 메소드

Called when visiting of a Row node is ended in the document.
public VisitRowEnd ( Row row ) : VisitorAction
row Row
리턴 VisitorAction

VisitRun() 공개 메소드

Called when a Run node is encountered in the document.
public VisitRun ( Run run ) : VisitorAction
run Run
리턴 VisitorAction

VisitShapeStart() 공개 메소드

Called when a Shape is encountered in the document.
public VisitShapeStart ( Shape shape ) : VisitorAction
shape Shape
리턴 VisitorAction

VisitSpecialChar() 공개 메소드

Called when a SpecialCharacter is encountered in the document.
public VisitSpecialChar ( SpecialChar character ) : VisitorAction
character SpecialChar
리턴 VisitorAction

VisitTableEnd() 공개 메소드

Called when visiting of a Table node is ended in the document.
public VisitTableEnd ( Table table ) : VisitorAction
table Table
리턴 VisitorAction