[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FieldCode

FieldCode Class

Represents a field code within a complex field in a document.

Inheritance
FieldCode
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class FieldCode : Text, IBrowsable<Text>
Public Class FieldCode
    Inherits Text
    Implements IBrowsable(Of Text)

Properties

Name Description
Field

Gets the owner ComplexField.

Value

Gets or sets the text content value.

Methods

Name Description
Delete()

Deletes the content from the parent Body. If it's the only instruction in the parent complex field then the whole field will be deleted.

Split(int)

Overridden. Throws an exception because splitting of a complex field code is not supported.