Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 150,775 for

2

(0.46 sec)
  1. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc....page" ] for i in range ( 0 , 2 ): # Create Heading object heading2...destination_page = doc . pages [ i + 2 ] # Destination page heading2...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  2. Stroke.Transparency | Aspose.Words for .NET

    Adjust the Stroke Transparency property to control opacity from 0.0 (opaque) to 1.0 (clear), enhancing your design's visual impact....8 , 2.6 , 3.9 }, new [] { 2.7 , 3.2 , 0.8 , 1.7 });...Visible = false ; dataPoints [ 2 ]. Marker . Format . Fill . PresetTextured...

    reference.aspose.com/words/net/aspose.words.dra...
  3. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....it with the pseudocode: Copy 1 2 using Aspose.Font ; 3 ... 4 5...mentioned before, to give it 2 font parameters, - the format...

    docs.aspose.com/font/net/how-to-load-fonts/
  4. Multi-column questionnaire|Documentation

    A compact questionnaire with multi-column layout and open-ended questions...."element_type" : "Block" , "column" : 2 , "border" : "square" , "border_size"..."element_type" : "Block" , "column" : 2 , "border" : "square" , "border_size"...

    docs.aspose.com/omr/net/json-markup/examples/mu...
  5. Fill.preset_textured method | Aspose.Words for ...

    Fill.preset_textured method. Sets the fill to a preset texture....8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SVG 中的填充和描边 – 基础知识和 SVG 代码 – Aspose.SVG指南

    了解允许您设置 SVG 填充和描边不同方面的属性,包括颜色、不透明度、粗细、虚线的使用等。...每个属性都有一个相应的表示属性,这在 W3 SVG 2.0 规范的样式章节中进行了描述。 SVG 填充和 SVG 描边属性...style="stroke:#00ff00; stroke-width:2; fill:#ff0000" 但是可以使用以下语法在表示属性中给出相同的...

    docs.aspose.com/svg/zh/net/drawing-basics/fills...
  7. How to Search in PDF Using C# | Find and Highli...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use regex, and redact sensitive data.... 2. Import Required Namespaces #...Page: 1 Text: invoice | Page: 2 Text: invoice | Page: 3 This example...

    blog.aspose.com/pdf/search-in-pdf-using-csharp/
  8. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set to single select. After applying “R…...4 KB Problem 2 See previous screenshot: the cell...Datei” of my screenshot? Question 2: in my tests, I found that I need...

    forum.aspose.com/t/pivot-table-refresh-problems...
  9. 3. 矩阵和类似环境

    本文简要介绍了使用AMS-LATEX软件包排版类似乳胶矩阵的结构。...Copy 1 \ usepackage{amsmath} 2 % ---------- 3 \ begin{equation}...6 r ! \ , ( - 1) ^ {(r - j) / 2} & \ text{ if $r - j$ is even...

    docs.aspose.com/tex/zh/java/latex-ams-matrix/
  10. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....page" }; for ( int i = 0 ; i < 2 ; i ++) { // Create Heading object...DestinationPage = document . Pages [ i + 2 ]; // Destination page heading...

    docs.aspose.com/pdf/net/manipulate-pdf-document/