I'm trying to add some properties to TextLayoutFormat for tables. I added the properties to ITextLayoutFormat and TextLayoutFormat. Great.
Problem is, I get errors that the properties are not implemented in FlowElement and all its subclasses. Okay. That makes sense, because FlowElement implements ITextLayoutFormat. The odd thing, is that there's a whole slew of properties that FlowElement does NOT implement. (such as columnBreakBefore, columnBreakAfter, containerBreakBefore, color, etc. etc.) Why is there no compile error for almost all the TLF properties? Harbs