Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 11,636 for

artifact

(0.21 sec)
  1. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Scopri la proprietà ExportParagraphGraphicsToArtifact di PdfSaveOptions per controllare la grafica dei paragrafi come artefatti, migliorando la chiarezza visiva del tuo documento....new Document ( MyDir + "PDF artifacts.docx" ); PdfSaveOptions saveOptions...

    reference.aspose.com/words/it/net/aspose.words....
  2. Stroke.fore_theme_color property | Aspose.Words...

    Stroke.fore_theme_color property. Gets or sets a ThemeColor object that represents the stroke foreground color.... save ( file_name = ARTIFACTS_DIR + 'Shape.StrokeForeThemeColor...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfSaveOptions.page_layout property | Aspose.Wo...

    PdfSaveOptions.page_layout property. Specifies the page layout to be used when the document is opened in a PDF reader.... save ( file_name = ARTIFACTS_DIR + 'PdfSaveOptions.PageLayout...

    reference.aspose.com/words/python-net/aspose.wo...
  4. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document... save ( file_name = ARTIFACTS_DIR + 'XlsxSaveOptions.SelectionMode...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.ImlRenderingMode enumeration. Specifies how ink (InkML) objects are rendered to fixed page formats.... save ( file_name = ARTIFACTS_DIR + 'ImageSaveOptions.RenderInkObject...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... save ( file_name = ARTIFACTS_DIR + 'Image.InsertImageWithHyper...

    reference.aspose.com/words/python-net/aspose.wo...
  7. MarkdownSaveOptions.export_underline_formatting...

    MarkdownSaveOptions.export_underline_formatting property. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters ++... save ( file_name = ARTIFACTS_DIR + 'MarkdownSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.show_spelling_errors property | Aspose...

    Document.show_spelling_errors property. Specifies whether to display spelling errors in this document.... save ( file_name = ARTIFACTS_DIR + 'Document.SpellingAndGrammarEr...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionOptions.delete_cell_color property | As...

    RevisionOptions.delete_cell_color property. Allows to specify the color to be used for deleted cells [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... save ( file_name = ARTIFACTS_DIR + 'Revision.RevisionCellColor...

    reference.aspose.com/words/python-net/aspose.wo...
  10. C++로 PDF에 페이지 번호 추가|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하여 PageNumber Stamp 클래스를 통해 PDF 파일에 페이지 번호 스탬프를 추가할 수 있습니다....{ auto coll = page -> get_Artifacts (); for ( auto batesNum :...customSubtype ) page -> get_Artifacts () -> Delete ( batesNum );...

    docs.aspose.com/pdf/ko/cpp/add-page-number/