Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 435 for

styling

(0.04 sec)
  1. Edytuj arkusz Excela za pomocą REST API w Pytho...

    Programowo edytuj arkusz Excel (XLS lub XLSX) przy użyciu interfejsu API REST w chmurze w Python za pomocą pakietu Excel Spreadsheet Editor Cloud SDK dla języka Python....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/pl/editor/edit-excel-sheet...
  2. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Bold style Italic boolean Flag is Font is Italic style Underline...boolean Flag is Font is Underline style Color Object Utility class for...

    docs.groupdocs.cloud/signature/common-structures/
  3. Python'da REST API kullanarak Excel Sayfasını D...

    Python'da Excel Spreadsheet Editor Cloud SDK for Python ile bulutta bir REST API kullanarak Excel sayfasını (XLS veya XLSX) programlı olarak düzenleyin....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/tr/editor/edit-excel-sheet...
  4. Edit Lembar Excel menggunakan REST API dengan P...

    Edit lembar Excel secara terprogram (XLS atau XLSX) menggunakan REST API di cloud dengan Python dengan Editor Spreadsheet Excel Cloud SDK untuk Python....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/id/editor/edit-excel-sheet...
  5. Python에서 REST API를 사용하여 Excel 시트 편집 | Python에서 ...

    Python용 Excel 스프레드시트 편집기 Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 Excel 시트(XLS 또는 XLSX)를 프로그래밍 방식으로 편집합니다....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/ko/editor/edit-excel-sheet...
  6. 在 Python 中使用 REST API 编辑 Excel 工作表 |在 Python 中编...

    使用适用于 Python 的 Excel 电子表格编辑器云 SDK,在 Python 中使用云中的 REST API 以编程方式编辑 Excel 工作表(XLS 或 XLSX)。...replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/zh/editor/edit-excel-sheet...
  7. Edit Excel Sheet using REST API in Python | Edi...

    Programmatically edit Excel sheet (XLS or XLSX) using a REST API on the cloud in Python with Excel Spreadsheet Editor Cloud SDK for Python....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/editor/edit-excel-sheet-us...
  8. Редагувати аркуш Excel за допомогою REST API у ...

    Програмно редагуйте аркуш Excel (XLS або XLSX) за допомогою API REST у хмарі на Python за допомогою хмарного SDK редактора електронних таблиць Excel для Python....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/uk/editor/edit-excel-sheet...
  9. Редактировать лист Excel с помощью REST API в P...

    Программно редактируйте лист Excel (XLS или XLSX) с помощью REST API в облаке на Python с помощью Cloud SDK для редактора электронных таблиц Excel для Python....replace("</TABLE>", """</TABLE> <br/><table style="width: 100%;background-color:...1px solid black;"> <caption style=\"font-weight:bold;\"> Persons...

    blog.groupdocs.cloud/ru/editor/edit-excel-sheet...
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Array of style changes ChangedProperty Name of changed style OldValue...OldValue Value of changed style from source document NewValue Value...

    docs.groupdocs.cloud/comparison/changeinfo/