Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 85,346 for

update

(0.14 sec)
  1. Aspose::Words::Drawing::OleFormat::Save method ...

    Aspose::Words::Drawing::OleFormat::Save method. Saves the data of the embedded object into the specified stream in C++....is neither auto updating nor locked from updates. ASSERT_FALSE...is neither auto updating nor locked from updates. ASSERT_FALSE...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. العمل مع تخزين GridJs|Documentation

    يصف هذا المقال المعالجة العامة لـ Aspose.Cells.GridJs.... # update action :/GridJs2/UpdateCell... methods = [ 'POST' ]) def update_cell (): # get request param...

    docs.aspose.com/cells/ar/python-net/aspose-cell...
  3. Modificar un estilo existente|Documentation

    Aspose.Cells es una biblioteca para JavaScript vía C++ para trabajar con archivos de hojas de cálculo que permite modificar estilos existentes en las celdas. Este artículo introducirá cómo modificar un estilo de celda existente con la biblioteca Aspose.Cells para que los usuarios puedan cambiar la apariencia de las celdas según sus necesidades....update() . Creación y Modificación...and // Range (B1:D1). style . update (); // Save the excel file...

    docs.aspose.com/cells/es/javascript-cpp/modify-...
  4. Einen vorhandenen Stil ändern|Documentation

    Aspose.Cells ist eine JavaScript Bibliothek via C++ zur Arbeit mit Tabellenkalkulationsdateien, die es Benutzern ermöglicht, vorhandene Zellstile zu ändern. Dieser Artikel stellt vor, wie man einen bestehenden Zellstil mit der Aspose.Cells Bibliothek modifiziert, damit Benutzer das Erscheinungsbild der Zellen nach Bedarf ändern können....update() -Methode verwendet. Erstellen...and // Range (B1:D1). style . update (); // Save the excel file...

    docs.aspose.com/cells/de/javascript-cpp/modify-...
  5. Excel teman och färger med C++|Documentation

    C++ kod för att använda Excel färgschema med Aspose.Cells for C++ API...Color :: Red ()); // Get the updated Background1 theme color c =...Background1 ); // Print the updated color for confirmation std...

    docs.aspose.com/cells/sv/cpp/excel-themes-and-c...
  6. Խմբագրել մակրո Word-ում Python-ի միջոցով

    Հետևեք այս հոդվածին, որպեսզի խմբագրեք մակրոն Word-ում Python-ի միջոցով։ Այն ունի IDE-ի կարգավորման մանրամասներ, քայլերի ցուցակ և օրինակային կոդ, որպեսզի Python-ի միջոցով տարբեր ձևերով փոխեք մակրոն։...տողի վրա Պահպանեք փաստաթուղթը updated.docm անունով (մակրոները պահելու...Վերջում փաստաթուղթը պահեք updated.docm անունով, որպեսզի մակրոները...

    kb.aspose.com/hy/words/python/edit-macro-in-wor...
  7. Insira um índice no Word usando Python

    Insira um índice no Word usando Python. Obtenha detalhes para configurar o IDE, uma lista de tarefas e um exemplo de código para adicionar um índice no Word usando Python....vazio padrão chamando o método update_fields(). Código para gerar...preenchido usando o método update_fields(). Este tópico nos esclareceu...

    kb.aspose.com/pt/words/python/insert-a-table-of...
  8. PDF에서 주석 수정|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다.... Title = "Updated title" ; newTextAnnotation...newTextAnnotation . Subject = "Updated subject" ; newTextAnnotation . Contents...

    docs.aspose.com/pdf/ko/net/modify-annotations/
  9. FieldAuthor.AuthorName | Aspose.Words för .NET

    Hantera dokumentförfattare enkelt med FieldAuthor AuthorName. Hämta eller ange enkelt författarnamn för att förbättra ditt innehålls trovärdighet och organisation.... Update (); Assert . AreEqual ( " AUTHOR...Author = "John Doe" ; field . Update (); Assert . AreEqual ( " AUTHOR...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Delete Annotations (facades)|Aspose.PDF for Java

    This section explains how to delete annotations with Aspose.PDF Facades using PdfAnnotationEditor Class....use save method to save the updated PDF file. The following code...1 ). getName ()); // Save updated PDF annotationEditor . save...

    docs.aspose.com/pdf/java/delete-annotations/