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

doc

(0.15 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Represents an end of ranged structured Document tag which accepts multi-sections content. See also StructuredDocumentTagRangeStart node.... auto doc = MakeObject<Document>(MyDir...xcept<StructuredDocumentTa>(doc->GetChildNodes( NodeType::StructuredDocumentTa...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::GetById method. Finds and returns a custom XML part by its identifier in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. OoxmlSaveOptions.Password | Aspose.Words for .NET

    OoxmlSaveOptions Password property. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  4. StructuredDocumentTag.NodeType | Aspose.Words f...

    StructuredDocumentTag NodeType property. Returns StructuredDocumentTag in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Document.Compliance | Aspose.Words for .NET

    Document Compliance property. Gets the OOXML compliance version determined from the loaded Document content. Makes sense only for OOXML Documents in C#....Document doc = new Document ( MyDir + "Document.doc" ); Assert...Assert . AreEqual ( doc . Compliance , OoxmlCompliance . Ecma376_2006...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Aspose::Words::Node::get_Range method | Aspose....

    Aspose::Words::Node::get_Range method. Returns a Range object that represents the portion of a Document that is contained in this node in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text to the first section...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. FontFallbackSettings.save method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.save method... doc = aw . Document ( MY_DIR + 'Rendering...font_fallback_stream ) doc . font_settings = font_settings doc . save ( ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Fields::FieldAutoText::get_Entry...

    Aspose::Words::Fields::FieldAutoText::get_EntryName method. Gets or sets the name of the AutoText entry in C++.... auto doc = MakeObject < Document > ();...AutoText building block to it. doc -> set_GlossaryDocument ( MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. PlainTextDocument.CustomDocumentProperties | As...

    PlainTextDocument CustomDocumentProperties property. Gets CustomDocumentProperties of the Document in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . CustomDocumentProper...

    reference.aspose.com/words/net/aspose.words/pla...