Docmosis API 4.8.0

com.docmosis.template.analysis
Class TextWritableSafeAreas.ParagraphMapItem

java.lang.Object
  extended by com.docmosis.template.analysis.TextWritableSafeAreas.ParagraphMapItem
All Implemented Interfaces:
Serializable
Enclosing class:
TextWritableSafeAreas

public static class TextWritableSafeAreas.ParagraphMapItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TextWritableSafeAreas.ParagraphMapItem(long startIdx, long endIdx, boolean inSpan, boolean hasFrameAncestor, boolean hasShapeAncestor, boolean requiresArtificialParagraph)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getEndIdx()
           
 long getStartIdx()
           
 boolean hasFrameAncestor()
           
 int hashCode()
           
 boolean hasShapeAncestor()
           
 boolean isInSpan()
           
 boolean requiresArtificialParagraph()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextWritableSafeAreas.ParagraphMapItem

public TextWritableSafeAreas.ParagraphMapItem(long startIdx,
                                              long endIdx,
                                              boolean inSpan,
                                              boolean hasFrameAncestor,
                                              boolean hasShapeAncestor,
                                              boolean requiresArtificialParagraph)
Method Detail

isInSpan

public boolean isInSpan()

getStartIdx

public long getStartIdx()

getEndIdx

public long getEndIdx()

hasFrameAncestor

public boolean hasFrameAncestor()

hasShapeAncestor

public boolean hasShapeAncestor()

requiresArtificialParagraph

public boolean requiresArtificialParagraph()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.