Appends the field mark.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
FieldMarkType
The type.

Return Value

FieldMark

See Also