메소드 | 설명 | |
---|---|---|
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.
|
public VisitCommentStart ( Comment comment ) : VisitorAction | ||
comment | Comment | |
리턴 | VisitorAction |
public VisitFieldEnd ( FieldEnd fieldEnd ) : VisitorAction | ||
fieldEnd | FieldEnd | |
리턴 | VisitorAction |
public VisitFieldSeparator ( FieldSeparator fieldSeparator ) : VisitorAction | ||
fieldSeparator | FieldSeparator | |
리턴 | VisitorAction |
public VisitFieldStart ( FieldStart fieldStart ) : VisitorAction | ||
fieldStart | FieldStart | |
리턴 | VisitorAction |
public VisitFootnoteStart ( Footnote footnote ) : VisitorAction | ||
footnote | Footnote | |
리턴 | VisitorAction |
public VisitFormField ( FormField field ) : VisitorAction | ||
field | FormField | |
리턴 | VisitorAction |
public VisitGroupShapeStart ( GroupShape groupShape ) : VisitorAction | ||
groupShape | GroupShape | |
리턴 | VisitorAction |
public VisitParagraphStart ( Paragraph paragraph ) : VisitorAction | ||
paragraph | Paragraph | |
리턴 | VisitorAction |
public VisitShapeStart ( Shape shape ) : VisitorAction | ||
shape | Shape | |
리턴 | VisitorAction |
public VisitSpecialChar ( SpecialChar character ) : VisitorAction | ||
character | SpecialChar | |
리턴 | VisitorAction |
public VisitTableEnd ( Table table ) : VisitorAction | ||
table | Table | |
리턴 | VisitorAction |