Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 168,817 for

doc

(0.09 sec)
  1. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Password method. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Story.StoryType | Aspose.Words for .NET

    Discover the StoryType property to easily identify and categorize your stories, enhancing organization and improving your storytelling experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/net/aspose.words/sto...
  3. TextWatermarkOptions.color property | Aspose.Wo...

    TextWatermarkOptions.color property. Gets or sets font color... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Range::Delete method | Aspose.Wo...

    Aspose::Words::Range::Delete method. Deletes all characters of the range in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add text to the first section...

    reference.aspose.com/words/cpp/aspose.words/ran...
  5. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a floating image...

    reference.aspose.com/words/java/com.aspose.word...
  6. ShapeBase.is_decorative property | Aspose.Words...

    ShapeBase.is_decorative property. Gets or sets the flag that specifies whether the shape is decorative in the Document.... doc = aw . Document ( file_name =...'Decorative shapes.docx' ) shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shading.background_pattern_theme_color property...

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DocX format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two wrapping types...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Range::UpdateFields method | Asp...

    Aspose::Words::Range::UpdateFields method. Updates the values of Document fields in this range in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words/ran...
  10. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . b...

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