Files
core/ASCOfficeRtfFile/OOXTableReader.h

7 lines
180 B
C++

#pragma once
class OOXTableReader
{
public: bool Parse( ReaderParameter oParam ,RtfTable& oOutputTable );
public: void ApplyParagraphProperty( RtfTable& oOutputTable );
};