Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 157,247 for

doc

(0.06 sec)
  1. SaveOptions.UseHighQualityRendering | Aspose.Wo...

    Optimize your SaveOptions with the UseHighQualityRendering property for superior output. Control rendering speed and quality for perfect results.... Document doc = new Document ( MyDir + "Rendering...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Shading.backgroundPatternThemeColor property | ...

    Shading.backgroundPatternThemeColor property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let shading = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shading.foregroundPatternThemeColor property | ...

    Shading.foregroundPatternThemeColor property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let shading = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FormField.name property | Aspose.Words for Python

    FormField.name property. Gets or sets the form field name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Please...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Style.is_quick_style property | Aspose.Words fo...

    Style.is_quick_style property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextColumnCollection.line_between property | As...

    TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Configure the current section's...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::PlainTextDocument::get_BuiltInDo...

    Aspose::Words::PlainTextDocument::get_BuiltInDocumentProperties method. Gets BuiltInDocumentProperties of the Document in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> g...

    reference.aspose.com/words/cpp/aspose.words/pla...
  8. DocumentBuilder.InsertCheckBox | Aspose.Words f...

    Effortlessly add interactive checkbox form fields with the DocumentBuilder InsertCheckBox method, enhancing user engagement in your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert checkboxes of varying...

    reference.aspose.com/words/net/aspose.words/doc...
  9. IStructuredDocumentTag.is_showing_placeholder_t...

    IStructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Delete Ranges in Document|Aspose.Words for Java

    Delete ranges from a Document easily and fast instead of using Apache POI.... Java doc . getSections (). get ( 0 )....(). delete (); String text = doc . getRange (). getText (); Apache...

    docs.aspose.com/words/java/delete-ranges-in-doc...