Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 8,126 for

append

(0.26 sec)
  1. 档案

    档案...sb->Clear(); sb->Append(outDir); sb->Append((StringPtr)new S...String("outputConvertingWork_")); sb->Append(i); sb->Append((StringPtr)new String("...

    blog.aspose.com/zh/cells/convert-excel-files-to...
  2. Добавление текста в PDF с использованием Python...

    Эта статья описывает различные аспекты работы с текстом в Aspose.PDF. Узнайте, как добавить текст в PDF, добавить HTML-фрагменты или использовать пользовательские шрифты OTF.... append_text ( text_fragment ) # Сохранить...на PDF файле text_builder . append_text ( text_fragment ) # Сохранить...

    docs.aspose.com/pdf/ru/python-net/add-text-to-p...
  3. 문서 삽입 및 추가|Python via .NET용 Aspose.Words

    문서를 하나로 결합: 찾기 및 바꾸기, 필드 병합, 책갈피를 사용하거나 단순히 Python의 문서 끝에 문서를 새 문서나 기존 문서에 삽입하거나 추가합니다.... 이렇게 하려면 append_document 메서드를 호출하여 다른 문서의 끝에...끝에 문서를 추가하면 됩니다. append_child 는 문서 내의 노드 수준 방법입니다. 예를 들어 단락을...

    docs.aspose.com/words/ko/python-net/insert-and-...
  4. 插入和附加文档|Python via .NET 格式的 Aspose.Words

    将文档合并为一个:使用查找和替换、合并字段、书签或直接在 Python 中的文档末尾将文档插入或附加到新的或现有的文档中。...您只需调用 append_document 方法将一个文档添加到另一个文档的末尾。 请注意, append_child ...是文档中的节点级方法。例如,您可以创建一个段落,设置格式属性,然后使用 append_child 方法将其作为子项附加到正文。 以下代码示...

    docs.aspose.com/words/zh/python-net/insert-and-...
  5. Sammanfoga två intilliggande celler|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/sv/net/merge-two-adjacent...
  6. Szincir işlemleri ile dönüşüm matrisinin oluştu...

    Aspose.3D for .NET API, dönüşüm matrisinin zincir işlemleri tarafından oluşturulmasını kolaylaştıran transformbuilder sınıfını sunar....ComposeOrder { /// <summary> /// Append the new transform to the chain...chain /// </summary> Append , /// <summary> /// Prepend the new...

    docs.aspose.com/3d/tr/net/simplify-the-creation...
  7. 記録

    記録... append ( "First" ); text1 . setParagraphStyle...RichText text2 = new RichText (). append ( "Second" ); text2 . setParagraphStyle...

    blog.aspose.com/ja/note/create-bulleted-or-numb...
  8. Crea un documento di foglio di calcolo|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/it/net/create-a-spreadshe...
  9. Crear un documento de hoja de cálculo|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/es/net/create-a-spreadshe...
  10. Insertar una nueva hoja de cálculo|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/es/net/insert-a-new-works...