Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 74 for

case insensitive

(0.43 sec)
  1. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....known color, that is, the case-insensitive name of a member of the...

    docs.groupdocs.com/assembly/net/chart-series-co...
  2. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.Editor for Python via .NET and how to operate them in Python code.... These enums are case-insensitive and lazy-loaded. Every...

    docs.groupdocs.com/editor/python-net/working-wi...
  3. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Redaction for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....ReplacementOptions ( "[CUSTOMER]" ))) # case-insensitive redactor . apply ( ExactPhraseRedaction...ReplacementOptions ( "[CO]" ))) # case-sensitive redactor . apply (...

    docs.groupdocs.com/redaction/python-net/agents-...
  4. Extract Text from ZIP/RAR Archives using GroupD...

    Practical guide showing how to extract text from ZIP and RAR archives using GroupDocs.Parser for .NET. Step‑by‑step code examples, recursive handling, and best practices....archives by extension (caseinsensitive) bool isArchive = item...

    blog.groupdocs.com/parser/extract-text-from-zip...
  5. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable and DataView...

    docs.groupdocs.com/assembly/python-net/template...
  6. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable and DataView...

    docs.groupdocs.com/assembly/net/template-syntax...
  7. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable Objects GroupDocs...

    docs.groupdocs.com/assembly/java/template-synta...
  8. AI Agents and LLM Integration | GroupDocs

    GroupDocs.Comparison for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document review and change-detection pipelines....inputs without having to special-case every source format. AGENTS...`groupdocs.pydrawing` . Case-insensitive named-colour access works...

    docs.groupdocs.com/comparison/python-net/agents...
  9. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page.... "InvoiceNumber" ); In this case as a value the entire string... "InvoiceNumber" ); In this case as a value “INV-3337” string...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#.... "InvoiceNumber" ); In this case as a value the entire string... "InvoiceNumber" ); In this case as a value “INV-3337” string...

    docs.groupdocs.com/parser/net/working-with-temp...