Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 15,992 for

true type

(0.14 sec)
  1. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... PARAGRAPH , 0 , True ) . as_paragraph () paragraph...custom_node_id = 100 shape . wrap_type = aw . drawing . WrapType ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">...getChildNodes(NodeType.PARAGRAPH, true)) { String className = para...

    forum.aspose.com/t/html-to-docx-transformation-...
  3. ListFormat.IsListItem | Aspose.Words for .NET

    Discover how the ListFormat IsListItem property enhances your document's structure by identifying bulleted or numbered paragraphs for better readability....IsListItem property True when the paragraph has bulleted...GetChildNodes ( NodeType . Paragraph , true ); foreach ( Paragraph para...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Primary and Secondary Axis with C++|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....series, or when you have mixed types of data (price and volume),...GetNSeries (). Add ( u "B2:C4" , true ); // Set the category data...

    docs.aspose.com/cells/cpp/primary-and-second-axis/
  5. Primary and Second Axis with Node.js via C++|Do...

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....series, or when you have mixed types of data (price and volume),...getNSeries (). add ( "B2:C4" , true ); // Set the category data...

    docs.aspose.com/cells/nodejs-cpp/primary-and-se...
  6. Aspose::Words::Fields::Field class | Aspose.Wor...

    Aspose::Words::Fields::Field class. Represents a Microsoft Word document field. To learn more, visit the documentation article in C++....FieldFormat object that provides typed access to field’s formatting...virtual get_Type () const Gets the Microsoft Word field type. GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Drawing::TextBox::BreakForwardLi...

    Aspose::Words::Drawing::TextBox::BreakForwardLink method. Breaks the link to the next TextBox in C++.... ASSERT_TRUE ( textBox3 -> IsValidLinkTarget...BreakForwardLink (); ASSERT_TRUE ( textBox2 -> get_Next () ==...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. DWG DXF to PDF C# | Convert Auto CAD Files to P...

    Use C# .NET AutoCAD to PDF converter to convert DWG or DXF to PDF in C#. You can convert DWG, DWF, DWT and DXF to PDF, JPEG, PNG, BMP, GIF and TIFF in C# .NET as well....default value is false but when true, the API will try to search...AutomaticLayoutsScal set to true then all layouts (except Model)...

    docs.aspose.com/cad/net/developer-guide/convert...
  9. WebExtensionBindingType enumeration | Aspose.Wo...

    aspose.words.webextensions.WebExtensionBindingType enumeration. Enumerates available Types of binding between a web extension and the data in the document....enumeration Enumerates available types of binding between a web extension...my_script_task_pane . is_visible = True my_script_task_pane . width...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...InsertHtml("<b>This is my Cool Header</b>", true); builder.MoveToHeaderFooter(HeaderFooterType...InsertHtml("<b>This is my Cool Footer</b>", true); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/header-and-footer-only-on-la...