Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 16,829 for

true type

(1.45 sec)
  1. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#.... Add sparkline group of type SparklineType.Line, data range...and ShowLowPoint properties to true for the group. Similarly, you...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...
  2. Aspose::Words::ParagraphFormat class | Aspose.W...

    Aspose::Words::ParagraphFormat class. Represents all the formatting for a paragraph. To learn more, visit the documentation article in C++.... get_IsHeading () True when the paragraph style is...Heading styles. get_IsListItem () True when the paragraph is an item...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. To learn more, visit the documentation article in C++....get_ExportGeneratorName () const When true , causes the name and version...produced files. Default value is true . get_ImlRenderingMode () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....Words :: NodeType :: Paragraph , true ); // Find if we have the paragraph...-> set_ExportRelativeFontSi ( true ); ASSERT_EQ ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. The width of the table is compressed after inse...

    When we inserted an HTML table into a table cell by aspose.word 24.09 , the table was compressed and deformed, and the width of the table was not specified in the HTML . the problem of style As shown in the red box belo…...Table, true).Count - 1, true); // Apply fixed‑column...Aspose.Word component ,so what type of element in word document...

    forum.aspose.com/t/the-width-of-the-table-is-co...
  6. Work with Columns and Rows|Aspose.Words for Pyt...

    Working with parts of a table – rows, columns, and cells using Python. Specify Header Row Python....all child nodes of the element type from the parent node, and then...the KeepWithNext parameter to true for each paragraph within the...

    docs.aspose.com/words/python-net/working-with-c...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Rozwiązanie do konwersji PDF przy użyciu Python via Java https://products.aspose.com/pdf/pl/python-java/conversion/ Recent content in Rozwiązan......org","@type":"HowTo","name":"Jak przekonwertować...pdf-for-net.svg","step":[{"@type":"HowToStep","name":"Inicjowanie...

    products.aspose.com/pdf/pl/python-java/conversi...
  8. Extract Subsection List Text Meta Data - Free S...

    How can I extract meta data on auto subsectioned list text level within a word docx with words python library? I would want an output basically that states things like 1.a.i to level info like 1.1.1 to know numerically w…...PARAGRAPH, True): paragraph = para.as_paragraph()...label = list_fmt.list_label # type: aw.ListLabel displayed_label...

    forum.aspose.com/t/extract-subsection-list-text...
  9. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with C#....detected, the method will return true. If the method returns false...document. Property Type Description Success bool true if the operation...

    docs.aspose.com/pdf/net/extract-image-and-signa...
  10. Make a Document Read-Only in Java|Aspose.Words ...

    Make your document read-only so that the content can be copied or read, but not modified using Java....getProtection() , set setReadOnlyRecommend(true) , optionally call setPassword("yourPassword")...isWriteProtected() property. It returns true if a password has been set or...

    docs.aspose.com/words/java/make-a-document-read...