Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,244 for

colorization

(0.07 sec)
  1. เปรียบเทียบงานนำเสนอ PowerPoint โดยใช้ REST API...

    สร้างรหัส QR โดยทางโปรแกรมเพื่อลงนาม PDF โดยใช้ REST API ใน PHP บนคลาวด์ด้วย GroupDocs.Signature Cloud SDK สำหรับ PHP...// สี $color = new GroupDocs\Signature\Model\สี(); $color->setWeb("Black");...แดนLine(); $border->setสี($color); $border->setVisible(true);...

    blog.groupdocs.cloud/th/signature/generate-qr-c...
  2. Vergleichen Sie PowerPoint-Präsentationen mithi...

    Generieren Sie programmgesteuert QR-Code zum Signieren von PDFs mithilfe der REST-API in PHP in der Cloud mit dem GroupDocs.Signature Cloud SDK für PHP....Farbe $color = new GroupDocs\Signature\Model\Farbe(); $color->setWeb("Black");...Line(); $border->setFarbe($color); $border->setVisible(true);...

    blog.groupdocs.cloud/de/signature/generate-qr-c...
  3. mediaelementplayer-legacy.min.css

    .mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.......mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-we...1px solid #333;bottom:100%;color:#111;display:none;height:17...

    devops.com/wp-includes/js/mediaelement/mediaele...
  4. discourse-presence_5f57f7d819cae13f16323b5993e3...

    .topic-above-footer-buttons-outlet.presence{min-height:1.8em;margin:var(--below-topic-margin) 0}.presence-users{background-color:var(--secondary);color:var(--primary-medium);display:flex}.presence-......presence-users{background-color:var(--secondary);color:var(--primary-m...

    forum.groupdocs.cloud/stylesheets/discourse-pre...
  5. Get Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can get the result document path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments?outPath#comparisons%2Fcomparedoutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response { "href": "https://api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....rue,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':''...'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':''...

    docs.groupdocs.cloud/comparison/get-document/
  6. قارن عروض PowerPoint التقديمية باستخدام REST AP...

    أنشئ رمز QR برمجيًا لتوقيع ملف PDF باستخدام REST API في PHP على السحابة باستخدام GroupDocs.Signature Cloud SDK لـ PHP....لون $color = new GroupDocs\Signature\Model\لون(); $color->setWeb("Black");...ودLine(); $border->setلون($color); $border->setVisible(true);...

    blog.groupdocs.cloud/ar/signature/generate-qr-c...
  7. Сравните презентации PowerPoint с использование...

    Программно создавайте QR-код для подписи PDF с помощью REST API в PHP в облаке с помощью GroupDocs.Signature Cloud SDK для PHP....Цвет $color = new GroupDocs\Signature\Model\Цвет(); $color->setWeb("Black");...аLine(); $border->setЦвет($color); $border->setVisible(true);...

    blog.groupdocs.cloud/ru/signature/generate-qr-c...
  8. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....Price)]>> Setting Cell’s Background Color The following example shows...In-Table List with a background color: Customer Order Price <<var...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  9. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....the annotation’s background color Box Gets or sets the box where...sets the annotation’s font color FontFamily Gets or sets the...

    docs.groupdocs.cloud/annotation/annotationinfo/
  10. 在 Node.js 中使用 REST API 比較 PowerPoint 演示文稿

    使用 GroupDocs.Signature Cloud SDK for PHP 在雲上使用 PHP 中的 REST API 以編程方式生成 QR 碼以簽署 PDF。...// 顏色 $color = new GroupDocs\Signature\Model\顏色(); $color->setWeb("Black");...\邊界Line(); $border->set顏色($color); $border->setVisible(true);...

    blog.groupdocs.cloud/zh-hant/signature/generate...