Enum CellBorderType

Enum CellBorderType

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

セルの境界線の種類を列挙します。

public enum CellBorderType

フィールド

DashDot = 9

細いダッシュ点線を表します。

DashDotDot = 11

細いダッシュ点点線を表します。

Dashed = 3

ダッシュ線を表します。

Dotted = 4

点線を表します。

Double = 6

二重線を表します。

Hair = 7

髪のような線を表します。

Medium = 2

中程度の線を表します。

MediumDashDot = 10

中程度のダッシュ点線を表します。

MediumDashDotDot = 12

中程度のダッシュ点点線を表します。

MediumDashed = 8

中程度のダッシュ線を表します。

None = 0

線がないことを表します。

SlantedDashDot = 13

傾斜のある中程度のダッシュ点線を表します。

Thick = 5

太い線を表します。

Thin = 1

細い線を表します。

 日本語