CellStyle

Összefoglaló

CellStyle egy interfész a Aspose.Cells FOSS for Typescript-ben.

CellStyle lehetővé teszi az egyes sejtek összehangolását, betűtípusát, színét és határt. A táblázat tartalmának gazdag formázása támogatható.

A tulajdonságok: align, bgcolor, bold, border, bottom, color, és még tíz.

Leírás

CellStyle egy interfész a Aspose.Cells FOSS-ben, amely 0 módszerrel rendelkező szerződést határozza meg. Az ezt az interfejst megvalósító osztályoknak minden bejelentett művelet konkrét végrehajtását kell biztosítaniuk.

A fő képességek közé tartoznak: : string; : string; : string.Ezek a műveletek lehetővé teszik, hogy a fejlesztők közvetlenül integrálják a cellstyle funkciókat az TypeScript alkalmazásokba.

A osztály a következőket is tartalmazza: align tulajdonság (megszűnik a sorrend), az valign a tulajdont (megkapja a valygn), az bgcolor tulajdonság (megkapja a bgcolor-t).

A tulajdonságok

NameTypeAccessDescription
align: stringReadGets the align.
valign: stringReadGets the valign.
bgcolor: stringReadGets the bgcolor.
color: stringReadGets the color.
font`: {
name?: string;

size?: number;

bold?: boolean;

italic?: boolean;

}| Read | Gets the font. | |név|: sor| Read | Gets the name. | |mérete|: szám| Read | Gets the size. | |szögletes|: boolean| Read | Gets the bold. | |Kursiv|: boolean| Read | Gets the italic. | |határon|: {

left?: { style?: string; color?: string };

right?: { style?: string; color?: string };

top?: { style?: string; color?: string };

bottom?: { style?: string; color?: string };

}| Read | Gets the border. | |balra.|: { stílus?: csík; szín: csik }| Read | Gets the left. | |stílus|: sor| Read | Gets the style. | |színe|: sor| Read | Gets the color. | |Jó.|: { stílus?: csík; szín: csik }| Read | Gets the right. | |stílus|: sor| Read | Gets the style. | |színe|: sor| Read | Gets the color. | |felső része|: { stílus?: csík; szín: csik }| Read | Gets the top. | |stílus|: sor| Read | Gets the style. | |színe|: sor| Read | Gets the color. | |alja|: { stílus?: csík; szín: csik }| Read | Gets the bottom. | |stílus|: sor| Read | Gets the style. | |színe|: sor| Read | Gets the color. | |számFormat|: string`. : . ♀️ Read Megkapja a számformátumot.

Lásd még:

 Magyar