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 org.apache.poi.ss.usermodel.RichTextString convertFromRst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst ctText)
           
static void convertToRst(org.apache.poi.ss.usermodel.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(org.apache.poi.ss.usermodel.RichTextString string,
                                org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst text)

convertFromRst

public static org.apache.poi.ss.usermodel.RichTextString convertFromRst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst ctText)


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