2010/9/2 Nick Burch <[email protected]>:
>> How can this be fixed?
>
> First step would be to add record level support for these two atom records.
> The specs are now freely available from Microsoft (a link to the binary
> format docs is on the POI site). Once we're able to process the records, we
> can then edit hslf.model.Sheet to pick the correct sibling to match up with
> when building the text runs.
>
> If you're able to code up the former, I'm happy to help out with the latter
> :)
2010/9/2 Nick Burch <[email protected]>:
>>
>> MasterTextPropAtom (4002) and TextRulerAtom (4006)
>>
>> How can this be fixed?
>
> First step would be to add record level support for these two atom records.
> The specs are now freely available from Microsoft (a link to the binary
> format docs is on the POI site). Once we're able to process the records, we
> can then edit hslf.model.Sheet to pick the correct sibling to match up with
> when building the text runs.
>
> If you're able to code up the former, I'm happy to help out with the latter
> :)

TextRulerAtom is already supported and MasterTextPropAtom is according
to the specs similar to StyleTextPropAtom, which is "safely ignored"
in hslf.model.Sheet. So all of these and the TextHeaderAtom can be
safely ignored here?

Greets,

Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to