fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks
Class HyperlinkInfo

java.lang.Object
  extended by fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks.HyperlinkInfo

public class HyperlinkInfo
extends Object

Java model of a Relationship type of Hyperlink declared in the "word/_rels/document.xml.rels".

        
 


Constructor Summary
HyperlinkInfo(String id, String target, String targetMode)
           
 
Method Summary
 String getId()
          Returns the Relationship/@Id value.
 String getTarget()
          Returns the Relationship/@Target value.
 String getTargetMode()
          Returns the Relationship/@TargetMode value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkInfo

public HyperlinkInfo(String id,
                     String target,
                     String targetMode)
Method Detail

getId

public String getId()
Returns the Relationship/@Id value.

Returns:

getTarget

public String getTarget()
Returns the Relationship/@Target value.

Returns:

getTargetMode

public String getTargetMode()
Returns the Relationship/@TargetMode value.

Returns:


Copyright © 2013. All rights reserved.