Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 168,858 for

doc

(0.15 sec)
  1. TextWrapping enumeration | Aspose.Words for Python

    aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BorderCollection.ClearFormatting | Aspose.Words...

    Discover how the BorderCollection ClearFormatting method effortlessly removes all object borders, enhancing your design with clean, crisp visuals.... Document doc = new Document ( MyDir + "Borders...BorderCollection firstParagraphBorder = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/bor...
  3. PclSaveOptions.add_printer_font method | Aspose...

    PclSaveOptions.add_printer_font method. Adds information about font that is uploaded to the printer by manufacturer.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Courier'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Border.tint_and_shade property | Aspose.Words f...

    Border.tint_and_shade property. Gets or sets a double value that lightens or darkens a color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) top_border = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.styleName property | Aspose.Words for Node.js

    Font.styleName property. Gets or sets the name of the character style applied to this formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_AttachedTemplate m...

    Aspose::Words::Document::get_AttachedTemplate method. Gets or sets the full path of the template attached to the Document in C++.... auto doc = System :: MakeObject < Aspose...attach a template document. doc -> set_AutomaticallyUpdateS (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. ImageSize.horizontal_resolution property | Aspo...

    ImageSize.horizontal_resolution property. Gets the horizontal resolution in DPI.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape into the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.next_paragraph_style_name property | Aspo...

    Style.next_paragraph_style_name property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartSeriesGroup.second_section_size property |...

    ChartSeriesGroup.second_section_size property. Gets or sets the size of the pie chart secondary section as a percentage.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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