| 
Paragraph
AppendFieldMark Method
  | 
 Appends the field mark.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public FieldMark AppendFieldMark(
	FieldMarkType type
)
 
Public Function AppendFieldMark ( 
	type As FieldMarkType
) As FieldMark
 
public:
FieldMark^ AppendFieldMark(
	FieldMarkType type
)
 
member AppendFieldMark : 
type : FieldMarkType -> FieldMark 
 
 
 
Parameters
 
- 
type
 
- 
 Type:
 
Spire.Doc.Documents
FieldMarkType
 
 The type.
Return Value
 
 Type:
 
FieldMark
 
 
 See Also
See Also