PowerPoint.Interfaces.BorderData interface
border.toJSON()
の呼び出しによって返されるデータを記述するインターフェイス。
プロパティ
| color | 線の色を 16 進数形式の #RRGGBB (例: "FFA500") または名前付き HTML カラー値 ("orange" など) で表します。 |
| dash |
線の破線スタイルを表します。 |
| transparency | 線の透明度の割合を、0.0 (不透明) から 1.0 (クリア) までの値で指定します。 |
| weight | 線の太さ (ポイント数) を表します。 |
プロパティの詳細
color
線の色を 16 進数形式の #RRGGBB (例: "FFA500") または名前付き HTML カラー値 ("orange" など) で表します。
color?: string | undefined;
プロパティ値
string | undefined
注釈
dashStyle
線の破線スタイルを表します。
dashStyle?: PowerPoint.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot" | undefined;
プロパティ値
PowerPoint.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot" | undefined
注釈
transparency
線の透明度の割合を、0.0 (不透明) から 1.0 (クリア) までの値で指定します。
transparency?: number | undefined;
プロパティ値
number | undefined
注釈
weight
線の太さ (ポイント数) を表します。
weight?: number | undefined;
プロパティ値
number | undefined