名前 | 解説 | |
---|---|---|
InlineObject コンストラクタ | オーバーロードされます。 |
InlineObjectデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
InlineObject コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CodePointCount | Gets the number of inline's code points. GrapeCity.Documents.Text.Inlineから継承されます。 | |
CodePointIndex | Gets the index of the inline's first code point. GrapeCity.Documents.Text.Inlineから継承されます。 | |
Flags | Gets or sets the flags describing the InlineObject. | |
Format | Gets or sets the format to be applied to the object. The null value indicates the default format. GrapeCity.Documents.Text.FormattableInlineから継承されます。 | |
GlyphRun | After executing TextLayout.PerformLayout gets the GlyphRun associated with the InlineObject. | |
Height | Gets or sets the height of the InlineObject, in graphic units. | |
MayNotBreakAfter | Gets or sets a value indicating if there should be no line break after the inline object. | |
MayNotBreakBefore | Gets or sets a value indicating if there should be no line break before the inline object. | |
MustBreakAfter | Gets or sets a value indicating if the line break must happen after the inline object. | |
MustBreakBefore | Gets or sets a value indicating if the line break must happen before the inline object. | |
Object | Gets or sets the embedded object referenced by the InlineObject. | |
ObjectRect | After executing TextLayout.PerformLayout gets a rectangular area occupied by the InlineObject. | |
SidewaysInVerticalText | Gets or sets a value indicating if the inline object can appear rotated 90 or -90 degrees. | |
Width | Gets or sets the width of the InlineObject, in graphic units. |
名前 | 解説 | |
---|---|---|
GetCharCount | オーバーライドされます。 Gets the number of UTF-16 characters. | |
GetChars | オーバーライドされます。 Gets the string of UTF-16 characters. |