Class TextStyle

Class TextStyle

名称: Aspose.Tasks.Visualization 合計: Aspose.Tasks.dll (25.4.0)

プロジェクトビューの項目に対するテキストのビジュアルスタイルを変更します。

public class TextStyle

Inheritance

object TextStyle

Derived

TableTextStyle

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

TextStyle()

Aspose.Tasks.Visualization.TextStyle クラスの新しい例をデフォルト設定で開始します。

public TextStyle()

TextStyle(フロア、フォントスタイル)

Aspose.Tasks.Visualization.TextStyle クラスの新しい例をデフォルトフォントと指定フォントサイズとスタイルで開始します。

public TextStyle(float fontSize, FontStyles fontStyle)

Parameters

fontSize float

テキストスタイルのフォントサイズ

fontStyle FontStyles

テキストスタイルのフォントスタイル

TextStyle(FontStyles)

Aspose.Tasks.Visualization.TextStyleクラスの新しい例をデフォルトフォントと指定フォントスタイルで開始します。

public TextStyle(FontStyles fontStyle)

Parameters

fontStyle FontStyles

フォントのスタイルはデフォルトフォントに適用します。

TextStyle(FontDescriptor)

Aspose.Tasks.Visualization.TextStyle クラスの新しいインスタンスを指定したフォント設定で開始します。

public TextStyle(FontDescriptor font)

Parameters

font FontDescriptor

テキストスタイルの文字。

Properties

BackgroundColor

テキストスタイルの背景色を取得または設定します。テキスト・テキスト・テキスト・テキスト・テキスト

public Color BackgroundColor { get; set; }

不動産価値

Color

BackgroundPattern

テキストスタイルの背景パターンを取得または設定します。タイトル:Tasks.Visualization.TextStyle.BackgroundPattern

public BackgroundPattern BackgroundPattern { get; set; }

不動産価値

BackgroundPattern

Color

テキストの色を得たり設定したりします。

public Color Color { get; set; }

不動産価値

Color

Font

テキストスタイルのフォントを取得または設定します。

public FontDescriptor Font { get; set; }

不動産価値

FontDescriptor

ItemType

Aspose.Tasks.Visualization.TextItemテキストスタイルの種類を取得または設定します。

public virtual TextItemType ItemType { get; set; }

不動産価値

TextItemType

 日本語