Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 299,988 for

doc

(0.12 sec)
  1. FieldUserInitials.user_initials property | Aspo...

    FieldUserInitials.user_initials property. Gets or sets the current user's initials.... doc = aw . Document () # Create a...user_information . initials = 'J. D.' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Node.ToString | Aspose.Words for .NET

    Node ToString method. Exports the content of the node into a string in the specified format in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "MERGEFIELD...

    reference.aspose.com/words/net/aspose.words/nod...
  3. Format Text in Document|Aspose.Words for Java

    Format text within a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set paragraph formatting...

    docs.aspose.com/words/java/format-text-in-docum...
  4. Aspose::Words::Node::NextPreOrder method | Aspo...

    Aspose::Words::Node::NextPreOrder method. Gets next node according to the pre-order tree traversal algorithm in C++.... auto doc = MakeObject < Document > ( MyDir..."Images.docx" ); ASSERT_EQ ( 9 , doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Visit | Aspose.PDF for .NET API Reference

    Extracts text on the specified page... // open document Document doc = new Document ( inFile ); //...document's pages absorber . Visit ( doc . Pages [ 1 ]); // get the extracted...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  7. Aspose::Words::Bookmark Class Reference - Aspos...

    Represents a single bookmark.... SharedPtr<Document> doc = CreateDocumentWithBo(3); S...SharedPtr<BookmarkCollection> bookmarks = doc->get_Range()->get_Bookmarks();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Fill.Patterned | Aspose.Words for .NET

    Fill Patterned method. Sets the specified fill to a pattern in C#.... Document doc = new Document ( MyDir + "Shape...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldUpdateCultureSource Enum | Aspose.Words fo...

    Aspose.Words.Fields.FieldUpdateCultureSource enum. Indicates what culture to use during field update in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two merge fields...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Section.AppendContent | Aspose.Words for .NET A...

    Section 方法. 在本节末尾插入源节内容的副本... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/zh/net/aspose.words/...