Note

注釈

プロパティ(オブジェクト)

Ver. プロパティ名 説明
Parent Story, TextFrame, InsertionPoint, Text, Character, Word, Line, TextColumn, Paragraph, TextStyleRange 親のオブジェクト
Parent XmlStory, Story, TextFrame, InsertionPoint, Text, Character, Word, Line, TextColumn, Paragraph, TextStyleRange 親のオブジェクト
Parent XmlStory, Story, TextFrame, InsertionPoint, Cell 親のオブジェクト
ParentTextFrame TextFrame 親のテキストフレーム
Characters Characters 文字
HiddenTexts HiddenTexts 非表示テキスト
InsertionPoints InsertionPoints 挿入点(文字と文字の間)
Lines Lines テキストの1行
Paragraphs Paragraphs 段落
TextColumns TextColumns 段組の1段分のテキスト
TextStyleRanges TextStyleRanges テキストのスタイルの連続している部分
TextVariableInstances TextVariableInstances テキスト変数のインスタンス
Texts Texts テキスト(特定の文字列)
Words Words 単語

プロパティ

Ver. プロパティ名 R/O 説明
Collapsed Boolean型 Is the note collapsed in the galley window
CreationDate Date型 作成日時
Id Long型 オブジェクトのID
Index Long型 インデックス
Label String型 スクリプトラベル
ModificationDate Date型 When the note was last modified
StoryOffset Long型 The location of this note from the beginning of the story
StoryOffset InsertionPoint The location of the ^Object in the parent story.
UserName String型 The user who made the note

メソッド

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
ConvertToText テキストに変換
Delete オブジェクトを削除
ExtractLabel String型 キーに関連づけられたラベルを取得
Key String型 キー
InsertLabel キーに関連づけられたラベルを設定
Key String型 キー
Value String型 ラベルの値
Move Note テキストのドラッグ&ドロップ
To idLocationOptions
idLocationOptions
Ver.10進数説明
idAfter1634104421
idAtBeginning1650945639 先頭
idAtEnd1701733408 最後
idBefore1650812527
idUnknown1433299822 No location
移動先
[Reference] Text, Story 位置の基準になるオブジェクト

コレクションのプロパティ Notes

Ver. プロパティ名 R/O 説明
Count Long型 オブジェクト数
Item(Index) Object 既定値、省略可。IndexまたはName(なければLabel)で指定されたオブジェクトを返す

コレクションのメソッド Notes

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Add Note 新しいオブジェクトを作成し、それを返す
[At] idLocationOptions
idLocationOptions
Ver.10進数説明
idAfter1634104421
idAtBeginning1650945639 先頭
idAtEnd1701733408 最後
idBefore1650812527
idUnknown1433299822 No location
位置
[Reference] Note, InsertionPoint 位置の基準になるオブジェクト
AnyItem Object 各オブジェクトを返す
FirstItem Object 最初のオブジェクトを返す
ItemByID Object IDで指定したオブジェクトを返す
Id Long型 オブジェクトのID
ItemByRange Objects 範囲で指定したオブジェクトを返す
From Object, Long型, String型 範囲の開始
To Object, Long型, String型 範囲の終了
LastItem Object 最後のオブジェクトを返す
MiddleItem Object middle objectを返す
NextItem Object 一つ後のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト
PreviousItem Object 一つ前のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト