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

doc

(0.08 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 = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...by using a PRINTDATE field. doc -> Save ( ArtifactsDir + u "DocSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. StyleCollection.addCopy method | Aspose.Words f...

    StyleCollection.addCopy method. Copies a style into this collection.... let doc = new aw . Document (); // The... let newStyle = doc . styles . addCopy ( doc . styles . at (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder.move_to method | Aspose.Words f...

    DocumentBuilder.move_to method. Moves the cursor to an inline node or to the end of a paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMerge.GetFieldNamesForRegion | Aspose.Words...

    Discover the MailMerge GetFieldNamesForRegion method to effortlessly access a collection of mail merge field names in your specified region. Streamline your workflow!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // "TableStart" and "TableEnd"...

    reference.aspose.com/words/net/aspose.words.mai...
  6. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BarcodeParameters.SymbolHeight | Aspose.Words f...

    Discover the BarcodeParameters SymbolHeight property to easily adjust barcode image height in twips (1/1440 inches) for optimal scanning performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::PageSetup::get_Orientation metho...

    Aspose::Words::PageSetup::get_Orientation method. Returns or sets the orientation of the page in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++....Document > & doc ) Parameter Type Description doc const Syste...using DocumentBuilder . auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. TextPath.italic property | Aspose.Words for Python

    TextPath.italic property. True if the font is formatted as italic.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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