Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 153,868 for

doc

(0.56 sec)
  1. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java....regex in the document: String doc = getMyDir() + "Footer.docx";...create(replacerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert XLS to WORD with C++ or with free Onlin...

    Convert XLS to WORD within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xls-to...
  3. Aspose::Words::Tables::PreferredWidth::FromPoin...

    Aspose::Words::Tables::PreferredWidth::FromPoints method. A creation method that returns a new instance that represents a preferred width specified using a number of points in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose::Words::Bookmark::get_BookmarkStart meth...

    Aspose::Words::Bookmark::get_BookmarkStart method. Gets the node that represents the start of the bookmark in C++.... SharedPtr < Document > doc = CreateDocumentWithBo ( 3 );...BookmarkCollection > bookmarks = doc -> get_Range () -> get_Bookmarks...

    reference.aspose.com/words/cpp/aspose.words/boo...
  5. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. Aspose::Words::Saving::HtmlVersion enum | Aspos...

    Aspose::Words::Saving::HtmlVersion enum. Indicates the version of HTML is used when saving the Document to Html and Mhtml formats in C++.... auto doc = MakeObject < Document > ( MyDir...-> set_PrettyFormat ( true ); doc -> Save ( ArtifactsDir + u "HtmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified name from the collection in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. 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 = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. FieldGlossary class | Aspose.Words for Python

    aspose.words.fields.FieldGlossary class. Implements the GLOSSARY field... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldSeq.sequence_identifier property | Aspose....

    FieldSeq.sequence_identifier property. Gets or sets the name assigned to the series of items that are to be numbered.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...

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