Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 157,095 for

doc

(0.1 sec)
  1. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CommentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentCollection class for easy access to Comment nodes, enhancing Document editing and collaboration in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Helo...

    reference.aspose.com/words/net/aspose.words/com...
  3. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save Documents in ODT format. Streamline your workflow with this powerful tool!... Document doc = new Document ( MyDir + "Rendering...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns off display of the space between the top of the text and the top edge of the page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert content that spans...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::ControlChar::LineBreak method | ...

    Aspose::Words::ControlChar::LineBreak method. Line break character: "\x000b" or "\v" in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::PageBreak method | ...

    Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::SpaceChar field | A...

    Aspose::Words::ControlChar::SpaceChar field. Space character: (char)32 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::FieldStartChar fiel...

    Aspose::Words::ControlChar::FieldStartChar field. Start of MS Word field character: (char)19 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Style.Aliases | Aspose.Words for .NET

    Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  10. FootnoteOptions.startNumber property | Aspose.W...

    FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Footnotes and endnotes...

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