Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 30,980 for

doc

(0.08 sec)
  1. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... let doc = new aw . Document ( base ....expect ( doc . sections . count ). toEqual ( 1 ); expect ( doc . sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++.... auto doc = MakeObject < Document > ( MyDir...HeaderFooterCollecti > headersFooters = doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. DocumentBuilder.start_bookmark method | Aspose....

    DocumentBuilder.start_bookmark method. Marks the current position in the Document as a bookmark start.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark needs...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance Document formatting for better control and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  5. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!... Document doc = new Document (); // To display...imgShape = new Shape ( doc , ShapeType . Image ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Markup::CustomPart::get_IsExtern...

    Aspose::Words::Markup::CustomPart::get_IsExternal method. False if this custom part is stored inside the OOXML package. True if this custom part is an external target in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Aspose::Words::Markup::CustomPart::get_Data met...

    Aspose::Words::Markup::CustomPart::get_Data method. Contains the data of this custom part in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Frameset.frame_default_url property | Aspose.Wo...

    Frameset.frame_default_url property. Gets or sets the web page URL or Document file name to display in this frame.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ViewOptions.ViewType | Aspose.Words for .NET

    Discover the ViewOptions ViewType property to easily customize your Microsoft Word view mode for enhanced productivity and a tailored editing experience.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...