Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 31,029 for

doc

(0.12 sec)
  1. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Footnote > footnote...

    reference.aspose.com/words/cpp/aspose.words/inl...
  2. Aspose::Words::Fields::FieldSeq::get_ResetNumbe...

    Aspose::Words::Fields::FieldSeq::get_ResetNumber method. Gets or sets an integer number to reset the sequence number to. Returns -1 if the number is absent in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::PageSetup::get_TextColumns metho...

    Aspose::Words::PageSetup::get_TextColumns method. Returns a collection that represents the set of text columns in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < TextColumnCollection...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. FontSettings.defaultInstance property | Aspose....

    FontSettings.defaultInstance property. Static default font settings.... toEqual ( true ); let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Non-existent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PclSaveOptions.fallback_font_name property | As...

    PclSaveOptions.fallback_font_name property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Non-existent...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TxtLoadOptions.DocumentDirection | Aspose.Words...

    Discover the TxtLoadOptions DocumentDirection property to easily set Document direction. Optimize your layout with the default LeftToRight setting!... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Aspose::Words::Border::get_Color method | Aspos...

    Aspose::Words::Border::get_Color method. Gets or sets the border color in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. Font.StyleIdentifier | Aspose.Words for .NET

    Discover the Font StyleIdentifier property to easily manage character styles in your formatting. Enhance your design with locale-independent solutions!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/net/aspose.words/fon...
  10. ChartTitle.show property | Aspose.Words for Python

    ChartTitle.show property. Determines whether the title shall be shown for this chart... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

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