{
    "content": [
        {
            "type": "text",
            "text": "# PDF::API2::Basic::PDF::Array (perldoc)\n\n## NAME\n\nPDF::API2::Basic::PDF::Array - Low-level PDF array object\n\n## Sections\n\n- **NAME**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PDF::API2::Basic::PDF::Array",
        "section": "",
        "mode": "perldoc",
        "summary": "PDF::API2::Basic::PDF::Array - Low-level PDF array object",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 23,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "PDF::API2::Basic::PDF::Array - Low-level PDF array object\n",
                "subsections": []
            },
            "METHODS": {
                "content": "PDF::Array->new($parent, @values)\nCreates an array with the given storage parent and an optional list of values to initialise the\narray with.\n\n$a->outobjdeep($fh, $pdf)\nOutputs an array as a PDF array to the given filehandle.\n\n$a->elements()\nReturns the contents of the array.\n\n$a->addelements(@elements)\nAppends the given elements to the array. An element is only added if it is defined.\n\n$a->removeelement($element)\nRemoves all occurrences of an element from an array.\n\n$a->val()\nReturns a reference to the contents of the array.\n\n$a->copy($pdf)\nCopies the array with deep-copy on elements which are not full PDF objects with respect to a\nparticular $pdf output context\n",
                "subsections": []
            }
        }
    }
}