메소드 | 설명 | |
---|---|---|
ConvertFieldsToStaticText ( CompositeNode compositeNode, FieldType targetFieldType ) : void |
Converts any fields of the specified type found in the descendants of the node into static text.
|
|
VisitFieldEnd ( FieldEnd fieldEnd ) : VisitorAction | ||
VisitFieldSeparator ( FieldSeparator fieldSeparator ) : VisitorAction | ||
VisitFieldStart ( FieldStart fieldStart ) : VisitorAction | ||
VisitParagraphEnd ( Paragraph paragraph ) : VisitorAction | ||
VisitRun ( Run run ) : VisitorAction | ||
VisitTableStart ( Table table ) : VisitorAction |
메소드 | 설명 | |
---|---|---|
CheckDepthAndRemoveNode ( Node node ) : void |
Checks whether the node is inside a field or should be skipped and then removes it if necessary.
|
|
FieldsHelper ( FieldType targetFieldType ) : System |
public static ConvertFieldsToStaticText ( CompositeNode compositeNode, FieldType targetFieldType ) : void | ||
compositeNode | CompositeNode | The node in which all descendants of the specified FieldType will be converted to static text. |
targetFieldType | FieldType | The FieldType of the field to convert to static text. |
리턴 | void |
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 VisitParagraphEnd ( Paragraph paragraph ) : VisitorAction | ||
paragraph | Paragraph | |
리턴 | VisitorAction |
public VisitTableStart ( Table table ) : VisitorAction | ||
table | Table | |
리턴 | VisitorAction |