Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 299,993 for

doc

(0.14 sec)
  1. Aspose::Words::Body::get_ParentSection method |...

    Aspose::Words::Body::get_ParentSection method. Gets the parent section of this story in C++....SuppressEndnotes () { auto doc = MakeObject < Document > (); doc -> RemoveAllChildren...EndnotePosition :: EndOfDocument , doc -> get_EndnoteOptions () -> get_Position...

    reference.aspose.com/words/cpp/aspose.words/bod...
  2. Aspose::Words::Font::get_Subscript method | Asp...

    Aspose::Words::Font::get_Subscript method. True if the font is formatted as subscript in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. Aspose::Words::Document::get_LastSection method...

    Aspose::Words::Document::get_LastSection method. Gets the last section in the Document in C++.... auto doc = MakeObject < Document > ();...we can edit. ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Restrict Document Editing in Python|Aspose.Word...

    Restrict editing a Document by setting a restriction type using Python. You can also remove protection and make unrestricted editable regions....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/python-net/restrict-docum...
  5. Aspose::Words::Tables::Table::Table constructor...

    Aspose::Words::Tables::Table::Table constructor. Initializes a new instance of the Table class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...how to create a table. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name =...zero.docx' ) doc . update_list_labels () paras = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowRevisionBars method. Allows to specify whether revision bars should be rendered near lines containing revised content. Default value is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Section.DeleteHeaderFooterShapes | Aspose.Words...

    Section DeleteHeaderFooterShapes method. Deletes all shapes drawing objects from the headers and footers of this section in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a primary header...

    reference.aspose.com/words/net/aspose.words/sec...
  9. Working with Visual Brush in XPS file | .NET

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Paid Consulting Support Docs API Reference Live Demos Code...sualBru (); 4 5 XpsDocument doc = new XpsDocument (); 6 // Geometry...

    docs.aspose.com/page/net/xps/working-with-visua...
  10. MailMergeSettings.HeaderSource | Aspose.Words f...

    MailMergeSettings HeaderSource property. Specifies the path to the mailmerge header source. The default value is an empty string in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartTable (); builder...

    reference.aspose.com/words/net/aspose.words.set...