mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-13 15:23:55 +08:00
7 lines
180 B
C++
7 lines
180 B
C++
#pragma once
|
|
|
|
class OOXTableReader
|
|
{
|
|
public: bool Parse( ReaderParameter oParam ,RtfTable& oOutputTable );
|
|
public: void ApplyParagraphProperty( RtfTable& oOutputTable );
|
|
}; |