Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 16,711 for

true type

(0.26 sec)
  1. Aspose::Words::ParagraphCollection::idx_get met...

    Aspose::Words::ParagraphCollection::idx_get method. Retrieves a Paragraph at the given index in C++....( int32_t index ) Parameter Type Description index int32_t An...longer be a revision. ASSERT_TRUE ( paragraphs -> idx_get ( 1...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. IStructuredDocumentTag.word_open_xml property |...

    IStructuredDocumentTag.word_open_xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag.... STRUCTURED_DOCUMENT_TAG , True ))))) self . assertTrue ( '<pkg:part...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.word_open_xml property | ...

    StructuredDocumentTag.word_open_xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag.... STRUCTURED_DOCUMENT_TAG , True ))))) self . assertTrue ( '<pkg:part...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListFormat.list property | Aspose.Words for Nod...

    ListFormat.list property. Gets or sets the list this paragraph is a member of.... // Below are two types of lists that we can create...listFormat . isListItem ). toEqual ( true ); // By setting the "ListLevelNumber"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MarkdownSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.MarkdownSaveOptions class. Class to specify additional options when saving a document into the [SaveFormat.MARKDOWN](../../aspose.words/saveformat/#MARKDOWN) format... export_generator_name When True , causes the name and version...produced files. Default value is True . (Inherited from SaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Specify TrueType Fonts Location|Aspose.Words fo...

    Specify various TrueType font sources: system folder, user sources, loading fonts from a stream, a file system or memory using Node.js....to specify the location of true type fonts explicitly. To do this...

    docs.aspose.com/words/nodejs-net/specifying-tru...
  7. Aspose::Words::Loading::LoadOptions::get_Preser...

    Aspose::Words::Loading::LoadOptions::get_PreserveIncludePictureField method. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats. The default value is false in C++....FieldType :: FieldIncludePicture , true )); includePicture -> set_SourceFullName...); includePicture -> Update ( true ); { auto docStream = System...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...bookmarks or specific node types Node startNode = doc.getRange()...extractContent(startNode, endNode, true); // Process the extracted data...

    forum.aspose.com/t/content-control-data-extract...
  9. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # For...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to digitally sign PDF|Aspose.PDF for C++

    Digitally sign PDF documents using C++. Verify, or validate the digitally sign PDFs using C++....200 ); signature -> Sign ( 1 , true , rect , pkcs ); // Save output...any of the three signature types signature -> Sign ( 1 , u "Signature...

    docs.aspose.com/pdf/cpp/digitally-sign-pdf-file/