Class AreaHolderBlocks

java.lang.Object
org.ofdrw.core.DefaultElementProxy
org.ofdrw.core.OFDElement
org.ofdrw.layout.areaholder.AreaHolderBlocks
All Implemented Interfaces:
Cloneable, org.dom4j.Branch, org.dom4j.Element, org.dom4j.Node

public class AreaHolderBlocks extends org.ofdrw.core.OFDElement
【OFDRW 扩展】 区域占位区块列表 AreaHolderBlocks.xml

区域占位区块列表 是 OFDRW 扩展的对象,区域占位区块列表可以包含文档中的多个 区域占位区块对象 ,注意每个 区域占位区块对象 的 区域名称在 区域占位区块列表 中应该唯一。

通常来说 AreaHolderBlocks.xml 位于文档目录中,例如:`/Doc_0/AreaHolderBlocks.xml`。

Since:
2023-10-28 15:30:36
Author:
权观宇
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    【OFDRW 扩展】 区域占位区块列表 文件名称

    Fields inherited from class org.ofdrw.core.OFDElement

    NSStrictMode

    Fields inherited from class org.ofdrw.core.DefaultElementProxy

    proxy

    Fields inherited from interface org.dom4j.Node

    ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AreaHolderBlocks(org.dom4j.Element proxy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    【可选】 增加 区域占位区块
    【可选】 获取 区域占位区块 序列

    Methods inherited from class org.ofdrw.core.OFDElement

    addOFDEntity, getElements, getInstance, getObjID, getOFDElement, getOFDElement, getOFDElements, getOFDElementText, getQualifiedName, removeAll, removeAttr, removeOFDElemByNames, set, setObjID, setObjID, setObjID, setOFDEntity, setOFDName

    Methods inherited from class org.ofdrw.core.DefaultElementProxy

    accept, 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, write

    Methods inherited from class Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • AreaHolderBlocksFile

      public static final String AreaHolderBlocksFile
      【OFDRW 扩展】 区域占位区块列表 文件名称
      See Also:
  • Constructor Details

    • AreaHolderBlocks

      public AreaHolderBlocks(org.dom4j.Element proxy)
    • AreaHolderBlocks

      public AreaHolderBlocks()
  • Method Details

    • addAreaHolderBlock

      public AreaHolderBlocks addAreaHolderBlock(CT_AreaHolderBlock... area)
      【可选】 增加 区域占位区块
      Parameters:
      area - 区域占位区块
      Returns:
      this
    • getAreaHolderBlocks

      public List<CT_AreaHolderBlock> getAreaHolderBlocks()
      【可选】 获取 区域占位区块 序列
      Returns:
      区域占位区块 序列