com.aspose.html

Class HTMLParamElement

    • Constructor Detail

      • HTMLParamElement

        public HTMLParamElement(com.aspose.html.dom.DOMName name,
                                Document doc)

        Initializes a new instance of the HTMLParamElement class.

        Parameters:
        name - The DOM name.
        doc - The document.
    • Method Detail

      • getName

        @DOMNameAttribute(name="name")
        public String getName()

        The name of a run-time parameter. See the name attribute definition in HTML 4.01.

      • setName

        @DOMNameAttribute(name="name")
        public void setName(String value)

        The name of a run-time parameter. See the name attribute definition in HTML 4.01.

      • getType

        @DOMNameAttribute(name="type")
        public String getType()

        Content type for the value attribute when valuetype has the value "ref". See the type attribute definition in HTML 4.01.

      • setType

        @DOMNameAttribute(name="type")
        public void setType(String value)

        Content type for the value attribute when valuetype has the value "ref". See the type attribute definition in HTML 4.01.

      • getValue

        @DOMNameAttribute(name="value")
        public String getValue()

        The value of a run-time parameter. See the value attribute definition in HTML 4.01.

      • setValue

        @DOMNameAttribute(name="value")
        public void setValue(String value)

        The value of a run-time parameter. See the value attribute definition in HTML 4.01.

      • getValueType

        @DOMNameAttribute(name="valueType")
        public String getValueType()

        Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.01.

      • setValueType

        @DOMNameAttribute(name="valueType")
        public void setValueType(String value)

        Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.01.