public class StampAnnot extends OFDElement
一个数字签名可以跟一个或多个外观描述关联,也可以不关联任何外观, 其关联方式如图 88所示。
18.2.3 图 88 表 69
proxy| 构造器和说明 |
|---|
StampAnnot() |
StampAnnot(org.dom4j.Element proxy) |
| 限定符和类型 | 方法和说明 |
|---|---|
ST_Box |
getBoundary()
【必选 属性】
获取 签章注释的外观边框位置
可用于签章注释所在页面内的定位
|
ST_Box |
getClip()
【可选 属性】
获取 签章注释的外观裁剪设置
|
String |
getID()
【必选 属性】
获取 签章注释的标识
推荐使用“sNNN”的编码方式,NNN从1开始
|
ST_RefID |
getPageRef()
【必选 属性】
获取 引用外观注释所在的页面的标识符
|
StampAnnot |
setBoundary(ST_Box boundary)
【必选 属性】
设置 签章注释的外观边框位置
可用于签章注释所在页面内的定位
|
StampAnnot |
setClip(ST_Box clip)
【可选 属性】
设置 签章注释的外观裁剪设置
|
StampAnnot |
setID(String id)
【必选 属性】
设置 签章注释的标识
推荐使用“sNNN”的编码方式,NNN从1开始
|
StampAnnot |
setPageRef(ST_RefID pageRef)
【必选 属性】
设置 引用外观注释所在的页面的标识符
|
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 StampAnnot setID(String id)
推荐使用“sNNN”的编码方式,NNN从1开始
id - 签章注释的标识public String getID()
推荐使用“sNNN”的编码方式,NNN从1开始
public StampAnnot setPageRef(ST_RefID pageRef)
pageRef - 引用外观注释所在的页面的标识符public ST_RefID getPageRef()
public StampAnnot setBoundary(ST_Box boundary)
可用于签章注释所在页面内的定位
boundary - 签章注释的外观边框位置public ST_Box getBoundary()
可用于签章注释所在页面内的定位
public StampAnnot setClip(ST_Box clip)
clip - 签章注释的外观裁剪设置public ST_Box getClip()
Copyright © 2021. All rights reserved.