Searched defs:TextFontModel (Results 1 – 2 of 2) sorted by relevance
37 struct TextFontModel struct39 OptValue< ::rtl::OUString > moName; /// Font name.40 OptValue< ::rtl::OUString > moColor; /// Font color, HTML encoded, sort of.41 OptValue< sal_Int32 > monSize; /// Font size in twips.42 OptValue< sal_Int32 > monUnderline; /// Single or double underline.43 OptValue< sal_Int32 > monEscapement; /// Subscript or superscript.44 OptValue< bool > mobBold;45 OptValue< bool > mobItalic;46 OptValue< bool > mobStrikeout;
38 TextFontModel::TextFontModel() in TextFontModel() function in oox::vml::TextFontModel
Completed in 11 milliseconds