Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 10,718 for

append

(0.13 sec)
  1. Tracing Precedents and Dependents in Xlsx4j|Doc...

    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.... append ( "[" ); stringBuilder . append ( area . getExternalFileName...stringBuilder . append ( "]" ); } stringBuilder . append ( area . getSheetName...

    docs.aspose.com/cells/java/tracing-precedents-a...
  2. IResourceSavingCallback class | Aspose.Words fo...

    aspose.words.saving.IResourceSavingCallback class. Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed page HTML or SVG.... append ( f 'Original document URI:...+ ' \n ' ) self . m_text . append ( f 'Resource being saved:...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 将页面追加到 PDF|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 将一个 PDF 文档的页面追加到另一个 PDF 文档中。... 此代码片段展示了如何使用 append 方法 PdfFileEditor 类,用于将另一个 PDF...os import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/append-pages-...
  4. 在 Python 中使用 PDF 操作符|Aspose.PDF for Python via ...

    了解如何在 Python 中使用低层 PDF 操作符,以实现精确的内容流处理和图形控制。... append ( ap . operators . GSave ())...lly , ] ) page . contents . append ( ap . operators . ConcatenateMatrix...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  5. Generate DotCode Barcode in C#|DotCode Generato...

    Generate DotCode Barcodes in C#. Create DotCode Barcodes using Barcode Library in C#....Generate DotCode with Structured Append C# API Installation to Generate...DotCode with Structured Append # Structured append is a mechanism that...

    blog.aspose.com/barcode/generate-dotcode-barcodes/
  6. IResourceSavingCallback.resource_saving method ...

    IResourceSavingCallback.resource_saving method. Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.... append ( f 'Original document URI:...+ ' \n ' ) self . m_text . append ( f 'Resource being saved:...

    reference.aspose.com/words/python-net/aspose.wo...
  7. QRExtendedParameters|Aspose.BarCode for Python ...

    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....class Stores a QR Structured Append information of recognized barcode...default values qr_structured_append_mode_bar_codes_quantity Gets...

    docs.aspose.com/barcode/python-net/api-referenc...
  8. Extract Tables from PDF in Java|Aspose.PDF for ...

    Learn how to extract table data from existing PDF documents in Java.... append ( segment . getText ()); } } rowText . append ( "..." | " ). append ( cellText ); } System . out . println ( rowText...

    docs.aspose.com/pdf/java/extracting-table/
  9. 使用 Python 处理 PDF 图层|Aspose.PDF for Python via .NET

    了解如何在 Python 中添加、锁定、提取、扁平化和合并 PDF 图层。... append ( ap . operators . SetRGBColorStroke...0 , 0 )) layer . contents . append ( ap . operators . MoveTo (...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  10. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?...append('{'); sb.append("\"sectionIndex\":").append(sectionIndex)...append(sectionIndex).append(','); sb.append("\"hfType\":\"").append(hfType)...

    forum.aspose.com/t/word-html/319228