Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 300,003 for

doc

(0.13 sec)
  1. Aspose::Words::Body Class Reference - Aspose.Wo...

    Represents a container for the main text of a section.... auto doc = MakeObject<Document>(); //...document node with no children. doc->RemoveAllChildren(); // This...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. InlineStory.FirstParagraph | Aspose.Words for .NET

    InlineStory FirstParagraph property. Gets the first paragraph in the story in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...
  3. Aspose::Words::Node Class Referenceabstract - A...

    Base class for all nodes of a Word Document.... auto doc = MakeObject<Document>(); SharedPtr<Paragraph>...SharedPtr<Paragraph> para = doc->get_FirstSection()->get_Body(...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text, and reference...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Aspose::Words::InlineStory::get_FirstParagraph ...

    Aspose::Words::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text, and reference...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Border.Equals | Aspose.Words for .NET

    Border Equals method. Determines whether the specified border is equal in value to the current border in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words/bor...
  7. Convert Document to Other Formats|Aspose.Words ...

    Convert a Document from one format to another and fast instead of using Apache POI in Java....convert a whole document from DOC to other formats using default...Document doc = new Document ( dataDir + "document.doc" ); doc . save...

    docs.aspose.com/words/java/convert-document-to-...
  8. PageSetup.Margins | Aspose.Words for .NET

    PageSetup Margins property. Returns or sets preset Margins of the page in C#.... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Tags | Aspose.Note for .NET API Reference

    Gets the list of all tags of a paragraph....the Document class Document doc = new Document (); // Initialize...= new Aspose . Note . Page ( doc ); // Initialize Outline class...

    reference.aspose.com/note/net/aspose.note/image...
  10. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

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