Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Interactive.ActionsThreadActionTarget
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a thrad action target.
Inheritance Hierarchy
Apitron.PDF.Kit.Interactive.ActionsThreadActionTarget
Namespace: Apitron.PDF.Kit.Interactive.Actions
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The ThreadActionTarget type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThreadActionTarget(ArticleThread, ArticleBead) |
Initializes a new instance of the ThreadActionTarget class.
| |
ThreadActionTarget(ILocationSpecification, Int32, Int32) |
Initializes a new instance of the ThreadActionTarget class.
| |
ThreadActionTarget(ILocationSpecification, String, Int32) |
Initializes a new instance of the ThreadActionTarget class.
|
Properties
Name | Description | |
---|---|---|
Bead |
Gets the bead.
| |
BeadIndex |
Gets the index of the bead within its thread. The first bead in a thread has index 0.
| |
TargetFile |
Gets the file containing the thread. If this entry is absent, the thread is in the current file.
| |
Thread |
Gets the thread.
| |
ThreadIndex |
Gets the index of the thread within the Threads array of its document.
| |
ThreadName |
Gets the title of the thread as specified in its thread information.
|
See Also