Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 16,860 for

true type

(0.15 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::GetChildNodes method. Returns a live collection of child nodes that match the specified Types in C++....nodes that match the specified types. System :: SharedPtr < Aspose...NodeType :: StructuredDocumentTa , true ) -> idx_get ( 0 )); std ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....setAllowComments(true); options.setDefaultInstructio(true); options...here"); options.setShowDate(true); options.setSigner("John Doe");...

    reference.aspose.com/words/java/com.aspose.word...
  3. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....string fileName ) Parameter Type Description fileName String...saveOptions ); // Verify the file type of our document, and its encryption...

    reference.aspose.com/words/net/aspose.words/fil...
  4. CustomPart class | Aspose.Words for Python

    aspose.words.markup.CustomPart class. Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard...Description content_type Specifies the content type of this custom...stored inside the OOXML package. True if this custom part is an external...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportCidUrlsForMhtmlResources method. Specifies whether to use CID (Content-ID) URLs to reference resources (images, fonts, CSS) included in MHTML documents. Default value is false in C++....set_ExportFontResources ( true ); options -> set_PrettyFormat ( true ); doc ->...exportCidUrlsForMhtm ) { ASSERT_TRUE ( outDocContents . Contains...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....SHAPE, true).getCount(), 1); // We can delete...getChildNodes(NodeType.SHAPE, true).getCount(), 0); Fields Field...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldDocVariable | Aspose.Words for Java

    Implements DOCVARIABLE field in Java....FIELD_DOC_VARIABLE, true); fieldDocVariable.setVariableName("My...FieldFormat object that provides typed access to field’s formatting...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....FIELD_COMMENTS, true); field.update(); Assert.assertEquals("...FieldFormat object that provides typed access to field’s formatting...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java....FIELD_SUBJECT, true); field.update(); Assert.assertEquals(field...FieldFormat object that provides typed access to field’s formatting...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java....FIELD_USER_ADDRESS, true); Assert.assertEquals(" USERADDRESS...FieldFormat object that provides typed access to field’s formatting...

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