public class Property extends OFDElement
“Name Type Value” 的数值组,用于简单的扩展
17 扩展信息 图 83 表 6
proxy| 构造器和说明 |
|---|
Property() |
Property(org.dom4j.Element proxy) |
Property(String name,
String value) |
Property(String name,
String value,
String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtensionName()
【必选 属性】
获取 扩展属性名称
|
String |
getType()
【可选 属性】
获取 扩展属性值类型
|
String |
getValue()
【必选】
获取 属性值
|
Property |
setExtensionName(String name)
【必选 属性】
设置 扩展属性名称
|
Property |
setType(String type)
【可选 属性】
设置 扩展属性值类型
|
Property |
setValue(String value)
【必选】
设置 属性值
|
addOFDEntity, getElements, getInstance, getObjID, getOFDElement, getOFDElement, getOFDElements, getOFDElementText, getQualifiedName, removeAll, removeAttr, removeOFDElemByNames, set, setObjID, setObjID, setOFDEntity, setOFDNameaccept, add, add, add, add, add, add, add, add, add, addAttribute, addAttribute, addCDATA, addComment, addElement, addElement, addElement, addEntity, additionalNamespaces, addNamespace, addProcessingInstruction, addProcessingInstruction, addText, appendAttributes, appendContent, asXML, asXPathResult, attribute, attribute, attribute, attributeCount, attributeIterator, attributes, attributeValue, attributeValue, attributeValue, attributeValue, clearContent, clone, content, createCopy, createCopy, createCopy, createXPath, declaredNamespaces, detach, element, element, elementByID, elementIterator, elementIterator, elementIterator, elements, elements, elements, elementText, elementText, elementTextTrim, elementTextTrim, equals, getData, getDocument, getName, getNamespace, getNamespaceForPrefix, getNamespaceForURI, getNamespacePrefix, getNamespacesForURI, getNamespaceURI, getNodeType, getNodeTypeName, getParent, getPath, getPath, getProxy, getQName, getQName, getStringValue, getText, getTextTrim, getUniquePath, getUniquePath, getXPathResult, hasContent, hasMixedContent, indexOf, isReadOnly, isRootElement, isTextOnly, matches, node, nodeCount, nodeIterator, normalize, numberValueOf, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeProcessingInstruction, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setAttributes, setAttributeValue, setAttributeValue, setContent, setData, setDocument, setName, setParent, setProcessingInstructions, setProxy, setQName, setText, supportsParent, valueOf, writepublic Property setExtensionName(String name)
name - 扩展属性名称public String getExtensionName()
public String getType()
public String getValue()
Copyright © 2021. All rights reserved.