org.cogroo.addon.util
Class SelectedTextExtractor

java.lang.Object
  extended by org.cogroo.addon.util.SelectedTextExtractor

public class SelectedTextExtractor
extends Object

Author:
colen

Field Summary
static String NEWLINE
          New line separator
 
Constructor Summary
SelectedTextExtractor(com.sun.star.uno.XComponentContext xcomponentcontext, com.sun.star.text.XTextDocument xtextdocument)
           
 
Method Summary
 String getSelectedText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWLINE

public static final String NEWLINE
New line separator

Constructor Detail

SelectedTextExtractor

public SelectedTextExtractor(com.sun.star.uno.XComponentContext xcomponentcontext,
                             com.sun.star.text.XTextDocument xtextdocument)
Method Detail

getSelectedText

public String getSelectedText()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.