CellStyle

Opinie generală

CellStyle este o interfață în Aspose.Cells FOSS pentru Typescript.

CellStyle vă permite să definiți alinierea, fontul, culorile și marjele pentru celulele individuale, susținând formatarea bogată a conținutului fișierului de calcul.

Proprietăți: align, bgcolor, bold, border, bottom, color, şi încă 10.

Descriere:

CellStyle este o interfață în Aspose.Cells FOSS pentru TypeScript care definește un contract cu metode 0. Clasele care implementează această interfeță trebuie să furnizeze implementări concrete pentru toate operațiunile declarate.

Capacitățile de bază includ: : string; : string; : string.Aceste operațiuni permit dezvoltatorilor să integreze funcționalitatea celulare direct în aplicațiile TypeScript.

Clasa oferă, de asemenea, informaţii privind: align proprietatea (se aliniază), valign proprietate (cu valoarea valorii), bgcolor proprietate (obține bgcolor).

Proprietăți

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. | |Numele de proprietate|:String: strung| Read | Gets the name. | |dimensiune|:Numărul:| Read | Gets the size. | |în formă de grăsime|:Boolean (în limbaj)| Read | Gets the bold. | |italiceşte|:Boolean (în limbaj)| Read | Gets the italic. | |graniţă|: {

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

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

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

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

}| Read | Gets the border. | |stânga .|: { stil?: string; culoare: string }| Read | Gets the left. | |stilul|:String: strung| Read | Gets the style. | |culoare|:String: strung| Read | Gets the color. | |- Da, bine.|: { stil?: string; culoare: string }| Read | Gets the right. | |stilul|:String: strung| Read | Gets the style. | |culoare|:String: strung| Read | Gets the color. | |în sus|: { stil?: string; culoare: string }| Read | Gets the top. | |stilul|:String: strung| Read | Gets the style. | |culoare|:String: strung| Read | Gets the color. | |fundul|: { stil?: string; culoare: string }| Read | Gets the bottom. | |stilul|:String: strung| Read | Gets the style. | |culoare|:String: strung| Read | Gets the color. | |NumărFormat|: string`. ◦ Read obţine formatul numeric.

Vezi și:

 Română