Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 157,133 for

doc

(0.06 sec)
  1. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    Discover how the IStructuredDocumentTag XmlMapping property connects structured tags to XML data, enhancing Document customization and integration.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  3. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured Document tag and an XML node of a custom XML data part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Pages method. Represents an estimate of the number of pages in the Document in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...BuiltInDocumentPrope > properties = doc -> get_BuiltInDocumentPrope ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_set method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_get method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Document.compliance property | Aspose.Words for...

    Document.compliance property. Gets the OOXML compliance version determined from the loaded Document content... doc = aw . Document ( file_name =...MY_DIR + 'Document.doc' ) self . assertEqual ( doc . compliance ,...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word Documents, but commonly used in text files for paragraph breaks in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Open a Document Read-Only in Python|Aspose.Word...

    Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/python-net/open-a-documen...