Enum CellBorderType

Enum CellBorderType

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

Vyjmenovává typ okraje buňky.

public enum CellBorderType

Políčka

DashDot = 9

Reprezentuje tenkou čárkovanou čáru s tečkami.

DashDotDot = 11

Reprezentuje tenkou čárkovanou čáru s dvojitými tečkami.

Dashed = 3

Reprezentuje čárkovanou čáru.

Dotted = 4

Reprezentuje tečkovanou čáru.

Double = 6

Reprezentuje dvojitou čáru.

Hair = 7

Reprezentuje velmi tenkou čáru.

Medium = 2

Reprezentuje střední čáru.

MediumDashDot = 10

Reprezentuje střední čárkovanou čáru s tečkami.

MediumDashDotDot = 12

Reprezentuje střední čárkovanou čáru s dvojitými tečkami.

MediumDashed = 8

Reprezentuje střední čárkovanou čáru.

None = 0

Reprezentuje žádnou čáru.

SlantedDashDot = 13

Reprezentuje šikmou střední čárkovanou čáru s tečkami.

Thick = 5

Reprezentuje silnou čáru.

Thin = 1

Reprezentuje tenkou čáru.

 Čeština