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

doc

(0.13 sec)
  1. MailMerge.PreserveUnusedTags | Aspose.Words for...

    MailMerge PreserveUnusedTags property. Gets or sets a value indicating whether the unused mustache tags should be preserved in C#....preserveUnusedTags ) { Document doc = CreateSourceDocWithA (); DataTable...MERGEFIELDs and leave them unfilled. doc . MailMerge . PreserveUnusedTags...

    reference.aspose.com/words/net/aspose.words.mai...
  2. LayoutCollector.Document | Aspose.Words for .NET

    LayoutCollector Document property. Gets or sets the Document this collector instance is attached to in C#.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  3. Aspose::Words::Settings::WriteProtection class ...

    Aspose::Words::Settings::WriteProtection class. Specifies write protection settings for a Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. EndnoteOptions Class | Aspose.Words for .NET

    Aspose.Words.Notes.EndnoteOptions class. Represents the endnote numbering options for a Document or section in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/net/aspose.words.not...
  5. SaveOutputParameters.ContentType | Aspose.Words...

    SaveOutputParameters ContentType property. Returns the ContentType string Internet Media Type that identifies the type of the saved Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Layout::LayoutCollector::GetNumP...

    Aspose::Words::Layout::LayoutCollector::GetNumPagesSpanned method. Gets number of pages the specified node spans. 0 if node is within a single page. This is the same as GetEndPageIndex() - GetStartPageIndex() in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. Aspose::Words::Layout::LayoutCollector::GetEndP...

    Aspose::Words::Layout::LayoutCollector::GetEndPageIndex method. Gets 1-based index of the page where node ends. Returns 0 if node cannot be mapped to a page in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Aspose::Words::Layout::LayoutCollector::GetStar...

    Aspose::Words::Layout::LayoutCollector::GetStartPageIndex method. Gets 1-based index of the page where node begins. Returns 0 if node cannot be mapped to a page in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. ParagraphFormat.space_before property | Aspose....

    ParagraphFormat.space_before property. Gets or sets the amount of spacing (in points) before the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Apply a large amount of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentBuilder Class Reference ...

    Provides methods to insert text, images and other content, specify font, paragraph and section formatting.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Specify that we want different...

    reference.aspose.com/words/cpp/class/aspose.wor...