CellStyle

المعلومات العامة

CellStyle هي واجهة في Aspose.Cells FOSS لـ Typescript.

CellStyle يسمح لك بتحديد التوجيهيات والخطوط والألوان والحدود للخلايا الفردية، ودعم تنسيق ثري لمحتويات جدول البيانات.

خصائص: align, bgcolor, bold, border, bottom, color,و 10 المزيد.

وصف

CellStyle هي واجهة في Aspose.Cells FOSS لـ TypeScript التي تحدد عقدًا مع 0 طرق. يجب على الفئات التي تنفذ هذا الواجهة توفير تطبيقات ملموسة لجميع العمليات المعلنة.

وتشمل القدرات الأساسية: : string; : string; : string.هذه العمليات تمكن المطورين من دمج وظائف cellstyle مباشرة في تطبيقات TypeScript.

كما يوفر هذا الفصل align الممتلكات (يحصل على التواء) ، valign الممتلكات (يحصل على الـ valign) ، bgcolor خاصية (يحصل على ال bgcolor).

خصائص

اسمالنوعالوصولوصف
align: stringاقرأيحصل على التوجه.
valign: stringاقرأيحصل على الـ (فاليجن).
bgcolor: stringاقرأيحصل على اللون البريطاني.
color: stringاقرأيَحْصلُ على اللونِ.
font`: {
name?: string;

size?: number;

bold?: boolean;

italic?: boolean;

}| Read | Gets the font. | |اسم|: سلسلة| Read | Gets the name. | |حجم|: رقم| Read | Gets the size. | |متجمدة|: بولي| Read | Gets the bold. | |إدارة|: بولي| Read | Gets the italic. | |الحدود|: {

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

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

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

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

}| Read | Gets the border. | |يسار|: { النمط: سلك; اللون: السلسلة }| Read | Gets the left. | |النمط|: سلسلة| Read | Gets the style. | |لون|: سلسلة| Read | Gets the color. | |صحيح ..|: { النمط: سلك; اللون: السلسلة }| Read | Gets the right. | |النمط|: سلسلة| Read | Gets the style. | |لون|: سلسلة| Read | Gets the color. | |أعلى|: { النمط: سلك; اللون: السلسلة }| Read | Gets the top. | |النمط|: سلسلة| Read | Gets the style. | |لون|: سلسلة| Read | Gets the color. | |أسفل|: { النمط: سلك; اللون: السلسلة }| Read | Gets the bottom. | |النمط|: سلسلة| Read | Gets the style. | |لون|: سلسلة| Read | Gets the color. | |رقم شكل|: string`. . قرأ الحصول على شكل الرقم.

انظر أيضاً

 العربية