[]
Represents a simple field element in a body content.
public class SimpleField : ContentObject, IBrowsable<SimpleField>
Public Class SimpleField
Inherits ContentObject
Implements IBrowsable(Of SimpleField)
Name | Description |
---|---|
CanUpdate | |
Code | |
CustomData | |
IsDirty | |
Locked | |
Next | Gets the next simple field. |
Previous | Gets the previous simple field. |
Name | Description |
---|---|
AddBidirectionalOverride() | Adds a BidirectionalOverride to the end of the current simple field. |
AddBidirectionalOverride(BiDirection) | Adds a BidirectionalOverride to the end of the current simple field. |
AddComplexField(IFieldOptions) | Adds a ComplexField to the end of the current simple field. |
AddComplexField(string) | Adds a ComplexField to the end of the current simple field. |
AddComplexField(string, string) | Adds a ComplexField to the end of the current simple field. |
AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of the current simple field. |
AddEndnote(string) | Adds an Endnote to the end of the current simple field. |
AddEndnote(string, char, string) | Adds an Endnote to the end of the current simple field. |
AddEndnote(string, string) | Adds an Endnote to the end of the current simple field. |
AddFootnote(string) | Adds a Footnote to the end of the current simple field. |
AddFootnote(string, char, string) | Adds a Footnote to the end of the current simple field. |
AddFootnote(string, string) | Adds a Footnote to the end of the current simple field. |
AddHyperlink() | Adds a Hyperlink to the end of the current simple field. |
AddHyperlink(string, string, string, string) | Adds a Hyperlink to the end of the current simple field. |
AddHyperlink(Uri, string, string, string, string) | Adds a Hyperlink to the end of the current simple field. |
AddOMath() | Adds an OMath to the end of the current simple field. |
AddOMath(OMathBuiltInEquation) | Adds an OMath to the end of the current simple field. |
AddOMathParagraph() | Adds an OMathParagraph to the end of the current simple field. |
AddOMathParagraph(OMathBuiltInEquation) | Adds an OMathParagraph to the end of the current simple field. |
AddRun() | Adds a Run to the end of the current simple field. |
AddRun(Style) | Adds a Run to the end of the current simple field. |
AddRun(string) | Adds a Run to the end of the current simple field. |
AddRun(string, Style) | Adds a Run to the end of the current simple field. |
AddSimpleField(string) | Adds a SimpleField to the end of the current simple field. |
AddSimpleField(string, string) | Adds a SimpleField to the end of the current simple field. |
ConvertToComplex() | Converts this simple field to a complex field. |
Update(WordLayoutSettings) |