次の方法で共有


Word.Interfaces.BorderData interface

border.toJSON() を呼び出すことによって返されるデータを記述するインターフェイス。

プロパティ

color

罫線の色を指定します。 色は、'#RRGGBB' 形式で指定するか、色名を使用して指定します。

location

罫線の位置を取得します。

type

罫線の罫線の種類を指定します。

visible

罫線を表示するかどうかを指定します。

width

罫線の幅を指定します。

プロパティの詳細

color

罫線の色を指定します。 色は、'#RRGGBB' 形式で指定するか、色名を使用して指定します。

color?: string;

プロパティ値

string

注釈

[ API セット: WordApiDesktop 1.1 ]

location

罫線の位置を取得します。

location?: Word.BorderLocation | "Top" | "Left" | "Bottom" | "Right" | "InsideHorizontal" | "InsideVertical" | "Inside" | "Outside" | "All";

プロパティ値

Word.BorderLocation | "Top" | "Left" | "Bottom" | "Right" | "InsideHorizontal" | "InsideVertical" | "Inside" | "Outside" | "All"

注釈

[ API セット: WordApiDesktop 1.1 ]

type

罫線の罫線の種類を指定します。

type?: Word.BorderType | "Mixed" | "None" | "Single" | "Double" | "Dotted" | "Dashed" | "DotDashed" | "Dot2Dashed" | "Triple" | "ThinThickSmall" | "ThickThinSmall" | "ThinThickThinSmall" | "ThinThickMed" | "ThickThinMed" | "ThinThickThinMed" | "ThinThickLarge" | "ThickThinLarge" | "ThinThickThinLarge" | "Wave" | "DoubleWave" | "DashedSmall" | "DashDotStroked" | "ThreeDEmboss" | "ThreeDEngrave";

プロパティ値

Word.BorderType | "Mixed" | "None" | "Single" | "Double" | "Dotted" | "Dashed" | "DotDashed" | "Dot2Dashed" | "Triple" | "ThinThickSmall" | "ThickThinSmall" | "ThinThickThinSmall" | "ThinThickMed" | "ThickThinMed" | "ThinThickThinMed" | "ThinThickLarge" | "ThickThinLarge" | "ThinThickThinLarge" | "Wave" | "DoubleWave" | "DashedSmall" | "DashDotStroked" | "ThreeDEmboss" | "ThreeDEngrave"

注釈

[ API セット: WordApiDesktop 1.1 ]

visible

罫線を表示するかどうかを指定します。

visible?: boolean;

プロパティ値

boolean

注釈

[ API セット: WordApiDesktop 1.1 ]

width

罫線の幅を指定します。

width?: Word.BorderWidth | "None" | "Pt025" | "Pt050" | "Pt075" | "Pt100" | "Pt150" | "Pt225" | "Pt300" | "Pt450" | "Pt600" | "Mixed";

プロパティ値

Word.BorderWidth | "None" | "Pt025" | "Pt050" | "Pt075" | "Pt100" | "Pt150" | "Pt225" | "Pt300" | "Pt450" | "Pt600" | "Mixed"

注釈

[ API セット: WordApiDesktop 1.1 ]