Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 9,897 for

2 of

(0.07 sec)
  1. ConditionalStyleCollection class | Aspose.Words...

    Aspose.Words.ConditionalStyleCollection class. Represents a collection Of [ConditionalStyle](../conditionalstyle/) objects... write ( "Cell 2" ); builder . endRow (); builder...backgroundPatternCol = "#F0F8FF" ; // 2 - By index: tableStyle . conditionalStyles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Other managing TeX options | .NET

    Conversion functionality Of Aspose.TeX API solution for .NET lets set the initial interaction mode in which the engine starts. Here are some code examples.... 2 ... 3 // Set the interaction mode...conversion options instance. 2 ... 3 // Set the job name. 4 options...

    docs.aspose.com/tex/net/other-options/
  3. SdtListItem class | Aspose.Words for Python

    aspose.words.markup.SdtListItem class. This element specifies a single list item within a parent [SdtType.COMBO_BOX](../sdttype/#COMBO_BOX) or [SdtType.DROP_DOWN_LIST](../sdttype/#DROP_DOWN_LIST) structured document tag... SdtListItem ( 'Item 2' , 'Value 2' )) list_items . add ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Document::UpdateWordCount method...

    Aspose::Words::Document::UpdateWordCount method. Updates word count properties Of the document in C++....-> get_Words ()); ASSERT_EQ ( 2 , doc -> get_BuiltInDocumentPrope...-> get_Words ()); ASSERT_EQ ( 2 , doc -> get_BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping Of this structured document tag to XML data in a custom XML part Of the current document.... custom_xml_parts [ 0 ]) # 2 - By GUID: self . assertEqual...xml_part_clone ) self . assertEqual ( 2 , doc . custom_xml_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a table heading on every page when the table spans more than one page.... write ( "Heading row 2" ); builder . endRow (); builder...table . rows . count } , column 2.` ); builder . endRow (); } doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to load fonts? | API Solution for C++

    Here is described how to load fonts with C++. You will learn the objects, parameters, methods required for this, and get examples Of loading....pseudocode: Copy 1 using Aspose::Font; 2 ... 3 4 // Initialize object FontDefinition...initiate the object we need to give 2 font parameters, - the format...

    docs.aspose.com/font/cpp/how-to-load-fonts/
  8. InlineStory.isInsertRevision property | Aspose....

    InlineStory.isInsertRevision property. Returns true if this object was inserted in MicrosOft Word while change tracking was enabled.... at ( 2 ). asFootnote (). isInsertRevision...isInsertRevision ). toEqual ( true ); // 2 - A "move from" revision: // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. InlineStory.IsMoveToRevision | Aspose.Words for...

    Discover InlineStory's IsMoveToRevision property, easily track changes in MicrosOft Word with true/false status for seamless document editing....IsTrue ( footnotes [ 2 ]. IsInsertRevision ); // 2 - A "move from"...

    reference.aspose.com/words/net/aspose.words/inl...
  10. DigitalSignatureCollection | Aspose.Words for Java

    Provides a read-only collection Of digital signatures attached to a document in Java....hasDigitalSignature()); // 2 - Take a document from a stream...docx").hasDigitalSignature()); // 2 - Take a document from a stream...

    reference.aspose.com/words/java/com.aspose.word...