org.apache.poi.xssf.usermodel.helpers
Class RichTextStringHelper

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.helpers.RichTextStringHelper

public class RichTextStringHelper
extends java.lang.Object


Constructor Summary
RichTextStringHelper()
           
 
Method Summary
static RichTextString convertFromRst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst ctText)
           
static void convertToRst(RichTextString string, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextStringHelper

public RichTextStringHelper()
Method Detail

convertToRst

public static void convertToRst(RichTextString string,
                                org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst text)

convertFromRst

public static RichTextString convertFromRst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst ctText)


Copyright 2009 The Apache Software Foundation or its licensors, as applicable.