Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 180,113 for

doc

(0.11 sec)
  1. Font.shadow property | Aspose.Words for Node.js

    Font.shadow property. True if the font is formatted as shadowed.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set the Shadow flag to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextColumnCollection.Count | Aspose.Words for .NET

    Discover the TextColumnCollection Count property to easily access the number of columns in your Document's section for enhanced layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/tex...
  3. Stroke.ForeThemeColor | Aspose.Words for .NET

    Manage your stroke's foreground color effortlessly with the Stroke ForeThemeColor property. Customize your designs with vibrant theme colors!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word Documents using Ruby....def insert_watermark_text ( doc , watermark_text ) # Create a...aspose.words.Shape" ) . new ( doc , shape_type . TEXT_PLAIN_TEXT...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  5. VariableCollection.GetEnumerator | Aspose.Words...

    Explore the VariableCollection GetEnumerator method to easily iterate through all variables in your collection, enhancing data management and access.... Document doc = new Document (); VariableCollection...VariableCollection variables = doc . Variables ; // Every document has...

    reference.aspose.com/words/net/aspose.words/var...
  6. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . underline = aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageSetup.TextColumns | Aspose.Words for .NET

    Discover the PageSetup TextColumns property, access a versatile collection of text columns to enhance your Document layout and formatting effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/pag...
  8. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a ranged (multi-section) structured Document tag.... let doc = new aw . Document ( base ....document tag by Id. let sdt = doc . range . structuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HtmlFixedSaveOptions.ExportFormFields | Aspose....

    Discover how the HtmlFixedSaveOptions ExportFormFields property enhances your Document exports by keeping form fields interactive, improving user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertCheckBox (...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Aspose::Words::Saving::TxtSaveOptions::get_Save...

    Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can only be Text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words.sav...