Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 4,590 for

paragraph builder

(0.15 sec)
  1. Aspose::Words::InlineStory::get_StoryType metho...

    Aspose::Words::InlineStory::get_StoryType method. Returns the type of the story in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Notes :: Footnote > footnote = builder -> InsertFootnote ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/inl...
  2. ParagraphCollection.to_array method | Aspose.Wo...

    ParagraphCollection.to_array method. Copies all Paragraphs from the collection to a new array of Paragraphs....method to_array() Copies all paragraphs from the collection to a...a new array of paragraphs. def to_array ( self ): ... Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration....Shows how to use a document builder to insert html content into...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents....Document () builder = aw . DocumentBuilder ( doc ) builder . start_bookmark...appears on to the right. field = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/md/
  7. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/
  8. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/pdf/
  9. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/word/
  10. DocumentBuilder.startEditableRange method | Asp...

    DocumentBuilder.startEditableRange method. Marks the current position in the document as an editable range start....let builder = new aw . DocumentBuilder ( doc ); builder . writeln..." + " we cannot edit this paragraph without the password." );...

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