Replies
A collection of reply objects
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
Reply [] (index:Number)
Returns the Reply with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
Reply anyItem ()
Returns any Reply in the collection.
Number count ()
Displays the number of elements in the Reply.
Reply everyItem ()
Returns every Reply in the collection.
Reply firstItem ()
Returns the first Reply in the collection.
Reply item (index:Varies LongInteger String)
Returns the Reply with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
Reply itemByID (id:Number)
Returns the Reply with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
Reply itemByName (name:String)
Returns the Reply with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
Reply itemByRange (from:Varies LongInteger Reply String, to:Varies LongInteger Reply String)
Returns the Replies within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The Reply, index, or name at the beginning of the range. Can accept: Reply, Long Integer or String. |
to |
LongInteger |
The Reply, index, or name at the end of the range. Can accept: Reply, Long Integer or String. |
Reply lastItem ()
Returns the last Reply in the collection.
Reply middleItem ()
Returns the middle Reply in the collection.
Reply nextItem (obj:Reply)
Returns the Reply whose index follows the specified Reply in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The Reply whose index comes before the desired Reply. |
Reply previousItem (obj:Reply)
Returns the Reply with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the Reply that follows the desired Reply. |
String toSource ()
Generates a string which, if executed, will return the Reply.
Object of
PDFComment.replies