Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 157,121 for

doc

(0.05 sec)
  1. Style.isQuickStyle property | Aspose.Words for ...

    Style.isQuickStyle property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageFieldMergingArgs Class | Aspose.Words for ...

    Discover the Aspose.Words.MailMerging.ImageFieldMergingArgs class, designed to enhance image merging in Documents, ensuring seamless and efficient workflows....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  3. ImageBinarizationMethod enumeration | Aspose.Wo...

    Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    Discover the SaveOptions UseAntiAliasing property to enhance your rendering quality. Control antialiasing for smoother visuals and improved performance.... Document doc = new Document ( MyDir + "Rendering...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::WebExtensions::TaskPane::get_IsL...

    Aspose::Words::WebExtensions::TaskPane::get_IsLocked method. Specifies whether the task pane is locked to the Document in the UI and cannot be closed by the user in C++.... auto doc = MakeObject < Document > ();...MakeObject < TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  6. PclSaveOptions.fallback_font_name property | As...

    PclSaveOptions.fallback_font_name property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Non-existent...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontSettings.defaultInstance property | Aspose....

    FontSettings.defaultInstance property. Static default font settings.... toEqual ( true ); let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Non-existent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtLoadOptions.DocumentDirection | Aspose.Words...

    Discover the TxtLoadOptions DocumentDirection property to easily set Document direction. Optimize your layout with the default LeftToRight setting!... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Redact PDF using Java | Aspose.PDF

    Redact PDF Documents programmatically with Java sample code using Aspose.PDF for Java...Redact PDF Files - Java Document doc = new Document ( "sourceFile...= new RedactionAnnotation ( doc . getPages (). get_Item ( 1 )...

    products.aspose.com/pdf/java/redaction/
  10. ChartTitle.show property | Aspose.Words for Python

    ChartTitle.show property. Determines whether the title shall be shown for this chart... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

    reference.aspose.com/words/python-net/aspose.wo...