Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 180,044 for

doc

(0.2 sec)
  1. Add Text to an existing PDF file in Python|Aspo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... doc = self . Document () doc = self . dataDir...text_fragment ) # Save PDF file doc . save ( self . dataDir + "Text_Added...

    docs.aspose.com/pdf/python-java/add-text-to-an-...
  2. Stroke.back_tint_and_shade property | Aspose.Wo...

    Stroke.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke background color.... doc = aw . Document ( file_name =...gradient outline.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Border.distance_from_text property | Aspose.Wor...

    Border.distance_from_text property. Gets or sets distance of the border from text or from the page edge in points.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.is_end_of_document property | Aspose....

    Paragraph.is_end_of_Document property. True if this paragraph is the last paragraph in the last section of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Font::get_Outline method | Aspos...

    Aspose::Words::Font::get_Outline method. True if the font is formatted as outline in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set the Outline flag to...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. Aspose::Words::Style::get_UnhideWhenUsed method...

    Aspose::Words::Style::get_UnhideWhenUsed method. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane. True when the used style should be shown in the Styles gallery in C++.... auto doc = System :: MakeObject < Aspose...Words :: Style > styleTitle = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. Aspose::Words::Section::get_HeadersFooters meth...

    Aspose::Words::Section::get_HeadersFooters method. Provides access to the headers and footers nodes of the section in C++.... auto doc = System :: MakeObject < Aspose...section : System :: IterateOver ( doc -> LINQ_OfType < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Aspose::Words::Drawing::Adjustment::get_Value m...

    Aspose::Words::Drawing::Adjustment::get_Value method. Gets or sets the raw value of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Adjustment::get_Name me...

    Aspose::Words::Drawing::Adjustment::get_Name method. Gets the name of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Get XMP Metadata from PDF File in Python|Aspose...

    Discover how to retrieve XMP metadata from a PDF file in Python using Aspose.PDF, enabling detailed content analysis.... doc = self . Document () pdf = self...print "xmp:CreateDate: " + str ( doc . getMetadata () . get_Item (...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...