Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 179,954 for

doc

(0.18 sec)
  1. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastPrintedProperty method. Gets or sets a value determining whether the LastPrinted property is updated before saving in C++.... auto doc = System :: MakeObject < Aspose...lastPrinted ( 2019 , 12 , 20 ); doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. OdtSaveOptions.save_format property | Aspose.Wo...

    OdtSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.ParentStory | Aspose.Words for .NET

    Discover the Paragraph ParentStory property to easily access parent section-level stories, enhancing your Document's structure with Body or HeaderFooter options.... Document doc = new Document (); // Create...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/par...
  4. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class to easily add and customize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  5. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CleanupOptions class | Aspose.Words for Python

    aspose.words.CleanupOptions class. Allows to specify options for Document cleaning... doc = aw . Document () doc . styles . add (...StyleType . LIST , 'MyListStyle1' ) doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Insert Image using Apache POI and Aspose.Words|...

    Add image into a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . insertImage ( dataDir...

    docs.aspose.com/words/java/insert-image-using-a...
  8. PageLayoutCallbackArgs.Event | Aspose.Words for...

    Discover the PageLayoutCallbackArgs event property to enhance your application's functionality. Unlock seamless event handling for better performance....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  9. FieldOptions.fileName property | Aspose.Words f...

    FieldOptions.fileName property. Gets or sets the file name of the Document.... let doc = new aw . Document ( base ....= new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality.... Document doc = new Document ( MyDir + "Tables...); TableCollection tables = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...