Sort Score
Result 10 results
Languages All
Labels All
Results 7,231 - 7,240 of 155,673 for

doc

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

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_XmlMapping method. Gets an object that represents the mapping of this structured Document tag range to XML data in a custom XML part of the current Document in C++.... auto doc = MakeObject < Document > ( MyDir...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Fields::FieldMacroButton::get_Di...

    Aspose::Words::Fields::FieldMacroButton::get_DisplayText method. Gets or sets the text to appear as the "button" that is selected to run the macro or command in C++.... auto doc = MakeObject < Document > ( MyDir...DocumentBuilder > ( doc ); ASSERT_TRUE ( doc -> get_HasMacros ());...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. EditableRangeStart.NodeType | Aspose.Words for ...

    Discover the EditableRangeStart NodeType property—enhance your Document editing with seamless range management and improved user experience!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  4. VbaReferenceCollection class | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceCollection class. Represents a collection of [VbaReference](../vbareference/) objects...dll" ; let doc = new aw . Document ( base ....project.docm" ); let references = doc . vbaProject . references ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Fields::FieldDate::get_UseSakaEr...

    Aspose::Words::Fields::FieldDate::get_UseSakaEraCalendar method. Gets or sets whether to use the Saka Era calendar in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we want the text in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldDate::get_UseUmAlQu...

    Aspose::Words::Fields::FieldDate::get_UseUmAlQuraCalendar method. Gets or sets whether to use the Um-al-Qura calendar in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we want the text in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Fields::FieldDate::get_UseLunarC...

    Aspose::Words::Fields::FieldDate::get_UseLunarCalendar method. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we want the text in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm.... var doc = new aw . Document (); // Use...= new aw . DocumentBuilder ( doc ); // Write a new paragraph to...

    docs.aspose.com/words/nodejs-net/installation/
  9. Aspose::Words::Document::NormalizeFieldTypes me...

    Aspose::Words::Document::NormalizeFieldTypes method. Changes field type values FieldType of FieldStart, FieldSeparator, FieldEnd in the whole Document so that they correspond to the field types contained in the field codes in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Field > field...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. ParagraphFormat.line_unit_after property | Aspo...

    ParagraphFormat.line_unit_after property. Gets or sets the amount of spacing (in gridlines) after the paragraphs.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) format = doc . first_section ....

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