Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 139,683 for

font

(0.26 sec)
  1. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_Font_name property. Gets or sets the default Font name....default_font_name property DefaultFontSubstitut.default_font_name...the default font name. @property def default_font_name ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Font.HasDmlEffect | Aspose.Words for .NET

    Discover if a specific DrawingML text effect is applied with the Font HasDmlEffect method. Enhance your document's visual appeal effortlessly!...HasDmlEffect Font.HasDmlEffect method Checks if particular DrawingML...Assert . That ( runs [ 0 ]. Font . HasDmlEffect ( TextDmlEffect...

    reference.aspose.com/words/net/aspose.words/fon...
  3. INodeChangingCallback.NodeRemoving | Aspose.Wor...

    Discover the INodeChangingCallback NodeRemoving method, which triggers before a document node is removed, ensuring smooth document management.... /// Sets a custom font name/size for the text contents.... Words . Font font = (( Run ) args . Node ). Font ; mLog . Append...

    reference.aspose.com/words/net/aspose.words/ino...
  4. 获取电子表格或工作簿中使用的字体列表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++获取电子表格或工作簿中使用的字体列表。本文将向你展示如何从文档中检索字体信息。...fonts 方法,可以返回工作簿或电子表格中所有使用的字体列表。 获取电子表格或工作簿中使用的字体列表...< title > Aspose.Cells Get Fonts Example </ title > < meta charset...

    docs.aspose.com/cells/zh/javascript-cpp/get-a-l...
  5. IWarningCallback.warning method | Aspose.Words ...

    IWarningCallback.warning method. Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity....match for a missing font from the available font sources. # Open...formatted with a font that does not exist in any of our font sources....

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontPitch enumeration | Aspose.Words for Node.js

    Aspose.Words.Fonts.FontPitch enumeration. Represents the Font pitch....Represents the font pitch. The pitch indicates if the font is fixed...of a font. Fixed Specifies that this is a fixed width font. Variable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. WarningInfoCollection.Clear | Aspose.Words for ...

    Effortlessly clear your WarningInfoCollection with this method, removing all elements for streamlined data management and improved performance....match for a missing font from the available font sources. // Open...formatted with a font that does not exist in any of our font sources....

    reference.aspose.com/words/net/aspose.words/war...
  8. ParagraphFormat.keepTogether property | Aspose....

    ParagraphFormat.keepTogether property. True if all lines in the paragraph are to remain on the same page....); let font = builder . font ; font . size = 16 ; font . bold...bold = true ; font . color = "#0000FF" ; font . name = "Arial" ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Font . Name = "Times New Roman" ; style . Font . Color..."TemplateStyle2" ); style . Font . Name = "Arial" ; style . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose::Words::DocumentBuilder::InsertParagraph...

    Aspose::Words::DocumentBuilder::InsertParagraph method. Inserts a paragraph break into the document in C++....Words :: Font > font = builder -> get_Font (); font -> set_Size...set_Size ( 16 ); font -> set_Bold ( true ); font -> set_Color ( System...

    reference.aspose.com/words/cpp/aspose.words/doc...