Description
Assembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
This class defines the field properties of this textrun, e.g. is it footnote or endnote, hyperlink, etc.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class References
<SerializableAttribute> _ Public Class References
[SerializableAttribute] public ref class References
Members
All Members | Constructors ![]() | Fields ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | References()()()() | Initializes a new instance of the References class |
![]() | Copy()()()() |
Creates a deep copy of this References instance.
|
![]() | HasComment |
If true - text has a comment reference
|
![]() | HasEndnote |
If true - text has a endnote reference
|
![]() | HasFootnote |
If true - text has a footnote reference
|
![]() | Index |
Defines the index of footnote/endnote/comment
|
![]() | IsComment |
Defines if this text-run is the start of comment
|
![]() | IsEndnote |
Defines if this text-run is the start of endnote
|
![]() | IsFootnote |
Defines if this text-run is the start of footnote
|
![]() | ToString()()()() |
Returns a string representation of this References
|