Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 17,437 for

true type

(0.09 sec)
  1. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....setOverlay(true); doc.save(getArtifactsDir()...getChild(NodeType.SHAPE, 0, true)).getChart(); ChartLegend chartLegend...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldCitation class | Aspose.Words for Python

    aspose.words.fields.FieldCitation class. Implements the CITATION field...FieldFormat object that provides typed access to field’s formatting...citation. type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Installed font will be substituted - Free Suppo...

    The PowerPoint presentation uses font “Brush Script MT”. The presentation shall be saved as a PDF. Using a FontSubstRule it shall be replaced with “Pacifico”, which is installed on the Windows machine. But using a Warnin…...warning is emitted: Aspose-Warning type 1: Font will be substituted...Family- 2024.lic Aspose-Warning type 1: Font will be substituted...

    forum.aspose.com/t/installed-font-will-be-subst...
  4. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style... type Gets table area to which this..."ConditionalStyles" collection. # 1 - By style type: table_style . conditional_styles...

    reference.aspose.com/words/python-net/aspose.wo...
  5. EditorType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.EditorType enum, which defines editing groups to control user permissions for document range editing. Enhance your document management today!...Unspecified 0 Means that editor type is not specified. Administrators...editable ranges using this editing type when document protection is...

    reference.aspose.com/words/net/aspose.words/edi...
  6. DocumentPartSavingArgs.DocumentPartStream | Asp...

    Discover how the DocumentPartStream property in DocumentPartSavingArgs lets you easily specify where to save your document parts for seamless management.... True ); string partType = string...$"{mOutFileName} part {++mCount}, of type {partType}{Path.GetExtension(args...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ImageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.ImageSavingArgs class, enhancing document processing with customizable image saving options for optimal performance....IsImageAvailable { get; } Returns true if the current image is available...EndsWith ( "Rendering.docx" ), Is . True ); string partType = string...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Document::get_HasMacros method |...

    Aspose::Words::Document::get_HasMacros method. Returns True if the document has a VBA project (macros) in C++....Document::get_HasMacros method Returns true if the document has a VBA project...DocumentBuilder > ( doc ); ASSERT_TRUE ( doc -> get_HasMacros ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....Margins Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  10. CleanupOptions | Aspose.Words for Java

    Allows to specify options for document cleaning in Java....setUnusedLists(true); cleanupOptions.setUnusedStyles(true); cleanupOptions...cleanupOptions.setUnusedBuiltinStyl(true); doc.cleanup(cleanupOptions);...

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