Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 11,651 for

artifact

(0.11 sec)
  1. ChartSeries.clear method | Aspose.Words for Python

    ChartSeries.clear method. Removes all data values from the chart series... save ( file_name = ARTIFACTS_DIR + 'Charts.PopulateChartWithDat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CellFormat.wrap_text property | Aspose.Words fo...

    CellFormat.wrap_text property. If ``True``, wrap text for the cell.... save ( file_name = ARTIFACTS_DIR + 'DocumentBuilder.InsertTable...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Fill.preset_textured method | Aspose.Words for ...

    Fill.preset_textured method. Sets the fill to a preset texture.... save ( file_name = ARTIFACTS_DIR + 'Charts.MarkerFormatting...

    reference.aspose.com/words/python-net/aspose.wo...
  4. حذف پس زمینه از PDF با استفاده از پایتون

    حذف پس زمینه از PDF با استفاده از پایتون. به تنظیم IDE کمک می کند و لیستی از مراحل و یک کد نمونه قابل اجرا برای پاک کردن پس زمینه PDF با استفاده از Python ارائه می دهد.... شمارشگر Artifact.ArtifactSubtype شامل گزینه...

    kb.aspose.com/fa/pdf/python/remove-background-f...
  5. Theme class | Aspose.Words for Python

    aspose.words.themes.Theme class. Represents document Theme, and provides access to main theme parts including [Theme.major_fonts](./major_fonts/), [Theme.minor_fonts](./minor_fonts/) and [Theme.colors](./colors/) To learn more, visit the [Working with Styles and Themes](https://docs.aspose.com/words/python-net/working-with-styles-and-themes/) documentation article.... save ( file_name = ARTIFACTS_DIR + 'Themes.CustomColorsAndFonts...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.is_end_of_section property | Aspose.W...

    Paragraph.is_end_of_section property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise.... save ( ARTIFACTS_DIR + 'NodeImporter.insert_at_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldAuthor.author_name property | Aspose.Words...

    FieldAuthor.author_name property. Gets or sets the document author's name.... save ( file_name = ARTIFACTS_DIR + 'Field.AUTHOR.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ThemeColors.followed_hyperlink property | Aspos...

    ThemeColors.followed_hyperlink property. Specifies color for a clicked hyperlink.... save ( file_name = ARTIFACTS_DIR + 'Themes.CustomColorsAndFonts...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Xóa nền khỏi PDF bằng Java

    Xóa nền khỏi PDF bằng Java. Làm theo hướng dẫn để đặt IDE, tìm hiểu các bước và lấy mã để xóa hình nền PDF bằng Java....hình ảnh nền bằng bộ liệt kê Artifact.ArtifactSubtype.Background...

    kb.aspose.com/vi/pdf/java/remove-background-fro...
  10. Aspose.Pdf添加水印的两个问题 - Free Support Forum - aspo...

    首先,我先贴下我编写的代码,然后在末尾说明问题吧: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="SaveFileName">保存后的名称</param> /// <param name=…...Artifacts.Add(TempAddArtifact); } }...* WaterDmi_Ver); TempPage.Artifacts.Add(TempAddArtifact); Debug...

    forum.aspose.com/t/aspose-pdf/311479