次の方法で共有


Word.Interfaces.LineFormatData interface

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

プロパティ

backgroundColor

パターン化された線の背景色を表す ColorFormat オブジェクトを取得します。

beginArrowheadLength

行の先頭にある矢印の長さを指定します。

beginArrowheadStyle

線の先頭にある矢印のスタイルを指定します。

beginArrowheadWidth

線の先頭にある矢印の幅を指定します。

dashStyle

線のダッシュ スタイルを指定します。

endArrowheadLength

行の末尾にある矢印の長さを指定します。

endArrowheadStyle

線の末尾にある矢印のスタイルを指定します。

endArrowheadWidth

線の末尾にある矢印の幅を指定します。

foregroundColor

線の前景色を表す ColorFormat オブジェクトを取得します。

insetPen

図形内に線を描画するかどうかを指定します。

isVisible

オブジェクトまたはオブジェクトに適用された書式を表示するかどうかを指定します。

pattern

行に適用されるパターンを指定します。

style

線の書式スタイルを指定します。

transparency

線の透明度を 0.0 (不透明) から 1.0 (クリア) の値として指定します。

weight

線の太さをポイント単位で指定します。

プロパティの詳細

backgroundColor

パターン化された線の背景色を表す ColorFormat オブジェクトを取得します。

backgroundColor?: Word.Interfaces.ColorFormatData;

プロパティ値

注釈

[ API set: WordApiDesktop 1.3 ]

beginArrowheadLength

行の先頭にある矢印の長さを指定します。

beginArrowheadLength?: Word.ArrowheadLength | "Mixed" | "Short" | "Medium" | "Long";

プロパティ値

Word.ArrowheadLength | "Mixed" | "Short" | "Medium" | "Long"

注釈

[ API set: WordApiDesktop 1.3 ]

beginArrowheadStyle

線の先頭にある矢印のスタイルを指定します。

beginArrowheadStyle?: Word.ArrowheadStyle | "Mixed" | "None" | "Triangle" | "Open" | "Stealth" | "Diamond" | "Oval";

プロパティ値

Word.ArrowheadStyle | "Mixed" | "None" | "Triangle" | "Open" | "Stealth" | "Diamond" | "Oval"

注釈

[ API set: WordApiDesktop 1.3 ]

beginArrowheadWidth

線の先頭にある矢印の幅を指定します。

beginArrowheadWidth?: Word.ArrowheadWidth | "Mixed" | "Narrow" | "Medium" | "Wide";

プロパティ値

Word.ArrowheadWidth | "Mixed" | "Narrow" | "Medium" | "Wide"

注釈

[ API set: WordApiDesktop 1.3 ]

dashStyle

線のダッシュ スタイルを指定します。

dashStyle?: Word.LineDashStyle | "Mixed" | "Solid" | "SquareDot" | "RoundDot" | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "LongDashDotDot" | "SysDash" | "SysDot" | "SysDashDot";

プロパティ値

Word.LineDashStyle | "Mixed" | "Solid" | "SquareDot" | "RoundDot" | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "LongDashDotDot" | "SysDash" | "SysDot" | "SysDashDot"

注釈

[ API set: WordApiDesktop 1.3 ]

endArrowheadLength

行の末尾にある矢印の長さを指定します。

endArrowheadLength?: Word.ArrowheadLength | "Mixed" | "Short" | "Medium" | "Long";

プロパティ値

Word.ArrowheadLength | "Mixed" | "Short" | "Medium" | "Long"

注釈

[ API set: WordApiDesktop 1.3 ]

endArrowheadStyle

線の末尾にある矢印のスタイルを指定します。

endArrowheadStyle?: Word.ArrowheadStyle | "Mixed" | "None" | "Triangle" | "Open" | "Stealth" | "Diamond" | "Oval";

プロパティ値

Word.ArrowheadStyle | "Mixed" | "None" | "Triangle" | "Open" | "Stealth" | "Diamond" | "Oval"

注釈

[ API set: WordApiDesktop 1.3 ]

endArrowheadWidth

線の末尾にある矢印の幅を指定します。

endArrowheadWidth?: Word.ArrowheadWidth | "Mixed" | "Narrow" | "Medium" | "Wide";

プロパティ値

Word.ArrowheadWidth | "Mixed" | "Narrow" | "Medium" | "Wide"

注釈

[ API set: WordApiDesktop 1.3 ]

foregroundColor

線の前景色を表す ColorFormat オブジェクトを取得します。

foregroundColor?: Word.Interfaces.ColorFormatData;

プロパティ値

注釈

[ API set: WordApiDesktop 1.3 ]

insetPen

図形内に線を描画するかどうかを指定します。

insetPen?: boolean;

プロパティ値

boolean

注釈

[ API set: WordApiDesktop 1.3 ]

isVisible

オブジェクトまたはオブジェクトに適用された書式を表示するかどうかを指定します。

isVisible?: boolean;

プロパティ値

boolean

注釈

[ API set: WordApiDesktop 1.3 ]

pattern

行に適用されるパターンを指定します。

pattern?: Word.PatternType | "Mixed" | "Percent5" | "Percent10" | "Percent20" | "Percent25" | "Percent30" | "Percent40" | "Percent50" | "Percent60" | "Percent70" | "Percent75" | "Percent80" | "Percent90" | "DarkHorizontal" | "DarkVertical" | "DarkDownwardDiagonal" | "DarkUpwardDiagonal" | "SmallCheckerBoard" | "Trellis" | "LightHorizontal" | "LightVertical" | "LightDownwardDiagonal" | "LightUpwardDiagonal" | "SmallGrid" | "DottedDiamond" | "WideDownwardDiagonal" | "WideUpwardDiagonal" | "DashedUpwardDiagonal" | "DashedDownwardDiagonal" | "NarrowVertical" | "NarrowHorizontal" | "DashedVertical" | "DashedHorizontal" | "LargeConfetti" | "LargeGrid" | "HorizontalBrick" | "LargeCheckerBoard" | "SmallConfetti" | "ZigZag" | "SolidDiamond" | "DiagonalBrick" | "OutlinedDiamond" | "Plaid" | "Sphere" | "Weave" | "DottedGrid" | "Divot" | "Shingle" | "Wave" | "Horizontal" | "Vertical" | "Cross" | "DownwardDiagonal" | "UpwardDiagonal" | "DiagonalCross";

プロパティ値

Word.PatternType | "Mixed" | "Percent5" | "Percent10" | "Percent20" | "Percent25" | "Percent30" | "Percent40" | "Percent50" | "Percent60" | "Percent70" | "Percent75" | "Percent80" | "Percent90" | "DarkHorizontal" | "DarkVertical" | "DarkDownwardDiagonal" | "DarkUpwardDiagonal" | "SmallCheckerBoard" | "Trellis" | "LightHorizontal" | "LightVertical" | "LightDownwardDiagonal" | "LightUpwardDiagonal" | "SmallGrid" | "DottedDiamond" | "WideDownwardDiagonal" | "WideUpwardDiagonal" | "DashedUpwardDiagonal" | "DashedDownwardDiagonal" | "NarrowVertical" | "NarrowHorizontal" | "DashedVertical" | "DashedHorizontal" | "LargeConfetti" | "LargeGrid" | "HorizontalBrick" | "LargeCheckerBoard" | "SmallConfetti" | "ZigZag" | "SolidDiamond" | "DiagonalBrick" | "OutlinedDiamond" | "Plaid" | "Sphere" | "Weave" | "DottedGrid" | "Divot" | "Shingle" | "Wave" | "Horizontal" | "Vertical" | "Cross" | "DownwardDiagonal" | "UpwardDiagonal" | "DiagonalCross"

注釈

[ API set: WordApiDesktop 1.3 ]

style

線の書式スタイルを指定します。

style?: Word.LineFormatStyle | "Mixed" | "Single" | "ThinThin" | "ThinThick" | "ThickThin" | "ThickBetweenThin";

プロパティ値

Word.LineFormatStyle | "Mixed" | "Single" | "ThinThin" | "ThinThick" | "ThickThin" | "ThickBetweenThin"

注釈

[ API set: WordApiDesktop 1.3 ]

transparency

線の透明度を 0.0 (不透明) から 1.0 (クリア) の値として指定します。

transparency?: number;

プロパティ値

number

注釈

[ API set: WordApiDesktop 1.3 ]

weight

線の太さをポイント単位で指定します。

weight?: number;

プロパティ値

number

注釈

[ API set: WordApiDesktop 1.3 ]