FlexReport for WinForms
C1TextLayout クラス メンバ
フィールド  プロパティ  メソッド 


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 : C1TextLayout クラス

C1TextLayoutデータ型で公開されるメンバを以下の表に示します。

パブリック フィールド
 名前解説
Public フィールドCalculated. Indicates whether all text fit into bounds specified by the C1TextLayout.MaxWidth and C1TextLayout.MaxHeight.  
Public フィールドGets or sets the value defining additional space between characters. This value will be added to the width of each character.  
Public フィールドGets or sets a value indicating whether the text should be rendered in GDI compatible mode.  
Public フィールドGets or sets the highlighting which should be used.  
Public フィールドGets or sets a value indicating whether the last line should be justified if TextAlign is Justify or JustifyChars.  
Public フィールドCalculated. List of the text lines.  
Public フィールドGets the vertical text alignment, defines how lines of the text are aligned.  
Public フィールドCalculated. Contains the direction of the lines' flow.  
Public フィールドGets or sets the line spacing, 1 by default, no additional spacing.  
Public フィールドGets or sets the maximum available height, null - height is unlimited.  
Public フィールドGets or sets the maximum available width, null - width is unlimited.  
Public フィールドGets or sets a value indicating whether the space at the end of each line is included in a string measurement.  
Public フィールドGets or sets a value indicating whether the first line should be interpretted as first line of the paragraph.  
Public フィールドGets a value indicating whether the text are aligned to support locales using right-to-left fonts.  
Public フィールドGets the horizontal text alignment.  
Public フィールドGets or sets a text angle.  
Public フィールドGets or sets a value indicating how tex should be fit in specified bounds, bounds are specified by the C1TextLayout.MaxWidth and C1TextLayout.MaxHeight, they both should be not null if C1TextLayout.TextFitMode is not None.  
Public フィールドGets or sets an indent of first line.  
Public フィールドCalculated. Total text length.  
Public フィールドGets the collection of formatted text ranges.  
Public フィールドGets or sets a value indicating whether the lines of text should go from left to right or from right to left. This property is used only if C1TextLayout.TextAngle specifies not a right angle (not 0, 90, 180 or 270). Null indicates that direction will be autocalculated on the base of C1TextLayout.TextAngle, C1TextLayout.MaxWidth, C1TextLayout.MaxHeight.  
Public フィールドGets or sets a value indicating whether text automatically wraps to the next line when there is not enough space left on the current line.  
Public フィールドGets the writing mode, horizontal, vertical etc.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets whether or not whitespaces will be added to align the text.  
Public プロパティCalculated. The height of the text.  
Public プロパティCalculated. The width of the text.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ  
トップ
パブリック メソッド
 名前解説
Public メソッドAdds formatted range of the text to the text layout.  
Public メソッドBuilds text selection.  
Public メソッドClears content of the C1TextLayout object.  
Public メソッドClears the C1TextLayout.TextRanges collection.  
Public メソッドオーバーロードされます。 Releases the unmanaged resources used by the C1TextLayout.  
Public メソッドDraws current C1TextLayout on specified C1Graphics.  
Public メソッドUse this function to get the pixel location relative to the top-left of the layout box given the text position and the logical side of the position.  
Public メソッドDetermines position where text can be split.  
Public メソッドGet the text of this text layout as a single string.  
Public メソッドUse this function passing in a specific pixel location relative to the top-left location of the layout box and obtains the information about the correspondent hit-test metrics of the text string where the hit-test has occurred.  
Public メソッドMeasures layoyt and draws.  
Public メソッドMeasures the text size.  
Public メソッドMeasures full text layout, after calling this method you can use all methods of C1TextLayout, like HitTest(), Draw() etc.  
Public メソッドResets all properties of the C1TextLayout to default values and clears its content.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreates C1TextLayoutRange object.  
Protected メソッドPerforms cleanup operations on unmanaged resources.  
トップ
参照

参照

C1TextLayout クラス
C1.Document.Util 名前空間