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

doc

(0.1 sec)
  1. FieldOptions.template_name property | Aspose.Wo...

    FieldOptions.template_name property. Gets or sets the file name of the template used by the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your Document's clarity!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); Row row =...

    reference.aspose.com/words/net/aspose.words.tab...
  3. LoadOptions.update_dirty_fields property | Aspo...

    LoadOptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Give the document's built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldSubject.text property | Aspose.Words for P...

    FieldSubject.text property. Gets or sets the text of the subject.... doc = aw . Document () # Set a value..."Subject" built-in property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Image in NPOI|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "test"...

    docs.aspose.com/words/net/insert-image-in-npoi/
  7. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your Document's appearance!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  8. FieldInfo.new_value property | Aspose.Words for...

    FieldInfo.new_value property. Gets or sets an optional value that updates the property.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set a value for the "Comments"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::SaveOptions::get_UpdateC...

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

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Aspose::Words::WatermarkLayout enum | Aspose.Wo...

    Aspose::Words::WatermarkLayout enum. Defines layout of the watermark relative to the watermark center in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...