Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 11,773 for

artifact

(0.12 sec)
  1. Java의 PDF 파일에서 워터마크를 제거하는 방법

    이 짧은 자습서에는 Java의 PDF 파일에서 워터마크를 제거하는 방법에 대한 정보가 포함되어 있습니다. 구성, 단계별 프로세스 및 Java의 PDF에서 워터마크 텍스트를 제거하기 위한 실행 가능한 샘플 코드에 대한 자세한 정보를 제공합니다.... 삭제할 대상 Artifacts 의 참조를 보관할 목록을 만듭니다. 워터마크를...모든 아티팩트에 액세스한 다음 삭제를 위해 열거자 Artifact.ArtifactSubtype.Watermark에...

    kb.aspose.com/ko/pdf/java/how-to-remove-waterma...
  2. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class.... save ( file_name = ARTIFACTS_DIR + 'Table.CreateTable.docx'...doc . save ( file_name = ARTIFACTS_DIR + 'Table.CreateNestedTable...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Body.parent_section property | Aspose.Words for...

    Body.parent_section property. Gets the parent section of this story....ApiExampleBase , MY_DIR , ARTIFACTS_DIR , GOLDS_DIR , TEMP_DIR...suppress_endnotes = True doc . save ( ARTIFACTS_DIR + 'PageSetup.suppress_endnotes...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlOfficeMathOutputMode enumeration | Aspose.W...

    aspose.words.saving.HtmlOfficeMathOutputMode enumeration. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB.... save ( ARTIFACTS_DIR + 'HtmlSaveOptions.of...html' , options ) with open ( ARTIFACTS_DIR + 'HtmlSaveOptions.of...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.space_after property | Aspose.W...

    ParagraphFormat.space_after property. Gets or sets the amount of spacing (in points) after the paragraph.... save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphSpacingAuto...doc . save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphSpacingSame...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RevisionOptions.show_in_balloons property | Asp...

    RevisionOptions.show_in_balloons property. Allows to specify whether the revisions are rendered in the balloons... save ( file_name = ARTIFACTS_DIR + 'Revision.ShowRevisionBalloons...doc . save ( file_name = ARTIFACTS_DIR + 'Revision.RevisionOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.height property | Aspose.Words for Py...

    ShapeBase.height property. Gets or sets the height of the containing block of the shape.... save ( file_name = ARTIFACTS_DIR + 'Image.CreateFloatingPositi...doc . save ( file_name = ARTIFACTS_DIR + 'Image.ScaleImage.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insert_group_shape method | Asp...

    aspose.words.DocumentBuilder.insert_group_shape method... save ( file_name = ARTIFACTS_DIR + 'Shape.InsertGroupShape...doc . save ( file_name = ARTIFACTS_DIR + 'Shape.CombineGroupShape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. افتح مستندًا للقراءة فقط في Python|Aspose.Words...

    اجعل مستندك للقراءة فقط بحيث يمكن نسخ المحتوى أو قراءته، ولكن لا يمكن تعديله باستخدام Python.... artifacts_dir + "DocumentProtection...doc . save ( docs_base . artifacts_dir + "DocumentProtection...

    docs.aspose.com/words/ar/python-net/open-a-docu...
  10. Добавить Номер Страницы в PDF с помощью C++|Asp...

    Aspose.PDF для C++ позволяет добавить штамп с номером страницы в ваш PDF файл, используя класс PageNumberStamp....{ auto coll = page -> get_Artifacts (); for ( auto batesNum :...customSubtype ) page -> get_Artifacts () -> Delete ( batesNum );...

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