Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 157,620 for

doc

(0.11 sec)
  1. Aspose::Words::Tables::Table::get_TopPadding me...

    Aspose::Words::Tables::Table::get_TopPadding method. Gets or sets the amount of space (in points) to add above the contents of cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::Saving::MarkdownExportAsHtml enu...

    Aspose::Words::Saving::MarkdownExportAsHtml enum. Allows to specify the elements to be exported to Markdown as raw HTML in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Sample...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldTemplate class | Aspose.Words for Python

    aspose.words.fields.FieldTemplate class. Implements the TEMPLATE field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Paragraph::get_IsEndOfCell metho...

    Aspose::Words::Paragraph::get_IsEndOfCell method. True if this paragraph is the last paragraph in a Cell; false otherwise in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Aspose::Words::Drawing::Fill::get_ForeThemeColo...

    Aspose::Words::Drawing::Fill::get_ForeThemeColor method. Gets or sets a ThemeColor object that represents the foreground color for the fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Document.AutomaticallyUpdateStyles | Aspose.Wor...

    Discover how the AutomaticallyUpdateStyles property in MS Word ensures your Document's styles sync with the template every time you open it, enhancing consistency.... Document doc = new Document (); // Microsoft...AreEqual ( string . Empty , doc . AttachedTemplate ); // Attach...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Drawing::Shape::get_Adjustments ...

    Aspose::Words::Drawing::Shape::get_Adjustments method. Provides access to the adjustment raw values of a shape. For a shape that does not contain any adjustment raw values, it returns an empty collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. VbaProject.is_protected property | Aspose.Words...

    VbaProject.is_protected property. Shows whether the [VbaProject](../) is password protected.... doc = aw . Document ( file_name =...docm' ) self . assertTrue ( doc . vba_project . is_protected...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Content in Python|Aspose.Words for Java

    Extract Document's Content using Python....document doc = self . Document ( self . dataDir + "TestFile.doc" )...0 - based index startPara = doc . getFirstSection (). getChild...

    docs.aspose.com/words/java/extract-content-in-p...