Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 1,585 for

update string index

(0.1 sec)
  1. 在 EPS 的 XMP 元数据中添加数组项 | Java

    本文将通过代码片段讲解并使用 Aspose.Page for Java 在 EPS 的 XMP 元数据中添加数组项的过程。...new PsDocument(psStream); 7 8 String outputFileName = "add_xmp_array_items_out...be added in the array by an index (0). 20 xmp. addArrayItem (...

    docs.aspose.com/page/zh/java/xmp-metadata/add-a...
  2. Add array items in XMP metadata of EPS| C++

    The process of adding items in XMP metadata of EPS with Aspose.Page for C++ is explained and illustrated with the code snippets here.... 3 System ::String dataDir = RunExamples::Get...be added in the array by an index (0). 27 xmp -> AddArrayItem(u...

    docs.aspose.com/page/cpp/xmp-metadata/add-array...
  3. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...InsertWatermarkText(Document doc, string watermarkText) { foreach (Section...layout_collector.get_end_page_index(para) if para_page == page_to_insert:...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  4. OGC GeoPackage (GPKG)

    The OGC GeoPackage (GPKG) is a file format and data exchange standard for storing geospatial data. It combines the advantages of a geospatial database and a file-based format, providing a self-contained and platform-independent solution for storing and sharing geospatial information. The GeoPackage format supports various types of data, including vector features, raster images, and attribute data, allowing for the storage of complex geospatial datasets in a single file. It is an open standard developed by the Open Geospatial Consortium (OGC) and is widely used in the geospatial industry for mobile applications, offline mapping, and data interoperability.... Spatial indexing is incorporated to facilitate... Spatial indexing: GPKG files use spatial indexing, allowing...

    products.aspose.com/gis/net/gis-formats/gpkg
  5. What is HTML DOM? – C# Parsing

    You will find information about an HTML DOM and learn how to access and manipulate a DOM tree using the Aspose.HTML C# library....document, such as an element, text string, or comment. We describe the...interactive web pages that can update and change in response to user...

    docs.aspose.com/html/net/tutorial/what-is-html-...
  6. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java.... String imageFileName = MessageFormat...getChild(int nodeType, int index, boolean isDeep) getChildNodes(int...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 EPS 的 XMP 元数据中添加数组项 | .NET

    本文将通过代码片段讲解并使用 Aspose.Page for .NET 在 EPS 的 XMP 元数据中添加数组项的过程。...new PsDocument(psStream); 8 9 string outputFileName = "add_xmp_array_items_out...be added in the array by an index (0). 22 xmp. AddArrayItem (...

    docs.aspose.com/page/zh/net/xmp-metadata/add-ar...
  8. OGC GeoPackage (GPKG)

    The OGC GeoPackage (GPKG) is a file format and data exchange standard for storing geospatial data. It combines the advantages of a geospatial database and a file-based format, providing a self-contained and platform-independent solution for storing and sharing geospatial information. The GeoPackage format supports various types of data, including vector features, raster images, and attribute data, allowing for the storage of complex geospatial datasets in a single file. It is an open standard developed by the Open Geospatial Consortium (OGC) and is widely used in the geospatial industry for mobile applications, offline mapping, and data interoperability.... Spatial indexing is incorporated to facilitate... Spatial indexing: GPKG files use spatial indexing, allowing...

    products.aspose.com/gis/net/gis-formats/gpkg/
  9. Working with Styles and Themes in C#|Aspose.Wor...

    Advanced Microsoft Word formatting features, working with styles and themes using C#....name/alias, style identifier, or index. The following code example...Document.CopyStylesFromTempla(string templatePath) on the target...

    docs.aspose.com/words/net/working-with-styles-a...
  10. HTML 表单编辑器 – Aspose.HTML for Java

    学习如何使用 Aspose.HTML for Java 操作 FormEditor 对象来处理文档中的 HTML 表单、输入控件和提交信息。... 使用create(document, index) 方法创建 FormEditor 类的实例,并在其中传递...one: 20 java. util . Map < String, String > dictionary = new java...

    docs.aspose.com/html/zh/java/html-form-editor/