Text mit Formatierung aus einer Tabellenzelle speichern

  • Hallo,

    Code
    txt := par.GetText;
    txt := par.SaveToString(false, 'WPT');

    die erste Zeile Code speichert den reinen Text der Zelle (par ist eine Tabellenzelle) , die zeite Zeile speichert die gesamte Zelle, leider incl. der Zellenrahmen.

    Gibt es eine Möglichkeit, nur den formatierten Text einer Tabellenzelle ohne deren Rahmen zu erhalten?

    Ciao

    Stefan

  • In den Manuals ist eine history8.txt, deren letzter Eintrag ist allerdings:

    *** WPTools 8.05.3 - 23.7.2018 ***

    - with non-unicode compilers number texts were displayed incorrectly.

    + wpDontExpandHighlightIfFullCellIsSelected in ViewOptionsEx

    * improvement of cursor movement out of text box

    * change mouse selection when at bottom of page. Next page text was selected although

    not under the mouse cursor. Can be re-activated with compiler symbol WPCONTINUE_SELECTION_TO_NEXTPAGE


    Wo finde ich die aktuelle history.txt?

    Ciao

    Stefan

    Edit:

    Habe sie gefunden, bei der Installation entsteht sie im WPTOOLS-Verzeichnis.

    Nur die history8.txt im Manuals-Zip sollte dann mal aktualisiert werden :-)

    Einmal editiert, zuletzt von skoschke (19. Oktober 2018 um 09:00)

    • Offizieller Beitrag

    Das sind die letzten Änderungen. Manuals.ZIP war noch nicht hochgeladen.

    *** WPTools 8.06.1 - 18.10.2018 ***

    - fix possible range check error when selecting fields

    + with RTF writer it is possible to suppress the writing of paragraph names

    using the format string "-noparnames"

    * Finder now uses property "WholeWord" also when searching with wildcard, i.e. '*'. The found text

    must then start and end with a word. Spaces inbetween are allowed.

    *** WPTools 8.06.0 - 30.9.2018 ***

    * HTML export saves bullet list with style="disk"

    * property TWPRichText.SpeechReconitionInterfaceMode (runtime only) to fine adjust the

    interface to speech recognition programs

    * optimation of text center in table cells

    * improvement of paragraph reformat (while typing)

    * <pagebreak/> can now be used in HTML input between paragraphs

    * WPContainer did not make the transition to unicode. The name was saved truncated and

    when loading old files unicodes were expeced where ANSI was used. This has been fixed.

    You can now also save unicode names when the property SaveUnicodeNames is true