Paragraph in Table

Hi,
I have created a table having column datatype LONG RAW, I inserted data as a long paragraph in this table, now I want to display this data into oracle apex,how I'll do?
kindly help me.
Thanks in Advance.
Baloch

Hi,
Why you have taken LONGRAW?
LONG RAW can understand "Raw binary data of variable length. (not intrepreted by PL/SQL)"
You can take CLOB instead and display into APEX report.
Thanks,
Jaydip

Similar Messages

  • [CS3 JS] Finding paragraph containing table

    I have a table object and want to find the paragraph that contains the table. Then I want to return the contents of the paragraph previous to the table anchor. I am using this, but when I attempt to display the contents of the paragraph, I get "Object is invalid". Thanks for any help you can provide.
    // Get the paragraph inside the table.
    var oPgf = app.selection[0].paragraphs[0];
    // Make sure the paragraph is in a cell.
    if (oPgf.parent.constructor.name === "Cell") {
      // Get the parent cell and table objects.
      var oCell = oPgf.parent;
      var oTbl = oCell.parent;
      // Get the paragraph containing the table.
      var oPgf2 = oTbl.storyOffset.paragraphs[0];
      // Get the story object of the paragraph.
      var oStory = oPgf.parentStory;
      // Get the paragraph's index.
      var iPos = oPgf2.index;
      // Display the contents of the paragraph before the table anchor.
      alert (oStory.paragraphs[iPos-1].contents);
    Rick Quatro
    585-659-8267

    I found a previous post that is helping me with this.
    // Paragraph inside of table.
    var oPgf = app.selection[0].paragraphs[0];
    // Make sure the paragraph is inside a table
    if (oPgf.parent.constructor.name === "Cell") {
      var oCell = oPgf.parent;
      var oTbl = oCell.parent;
      // Get the paragraph containing the table anchor.
      var oPgf2 = oTbl.storyOffset.paragraphs[0];
      // Loop from the table anchor to the top of the story.
      while (oPgf2) {
        $.writeln(oPgf2.constructor.name);
        oPgf2 = oPgf2.parentStory.paragraphs.previousItem(oPgf2);
    This basically works, except this line gives an "Object is invalid" error when it gets to the beginning of the story:
    oPgf2 = oPgf2.parentStory.paragraphs.previousItem(oPgf2);
    I can use a try statement, but I am wondering why the loop doesn't exit gracefully without an error. Thanks.
    Rick

  • Save Paragraph in Table Field

    Hello Experts,
    I have a issue hope somebody can help me, I need to save a paragragh in a field of a custom table to print it later in a smart form, I need this format:
    This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.  This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.
    This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.  This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.
    Sincerely,
    But when I save it into the database when I print it it came out this way, is there a way to save the new lines/break lines? or something similar, thanks in advance. output after saving:
    This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.  This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph. This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph.  This is to test the other paragraph. This is to test the  other paragraph This is to test the other paragraph This is  to test the other paragraph This is to test the other  paragraph. Sincerely,

    Hi,
    I suggest you to go with text object. Because, in table you can store the data up to 255 characters in character format. Else you need to store in RAW format. More over you can't differentiate the paragraphs.
    So use text objects. SAVE_TEXT fm for saving the text and READ_TEXT for retreiving back the stored text. In Ztable you can store the object key.
    Thanks,
    Vinod.

  • WPC - Article - Advance Paragraph : Editor Table Issue

    Hi,
    We have WPC implementation on EP7 (2004s) & SP18. We have created an article with advance paragraph and would like to use the default font size for the table content on Advance Paragraph using default html editor. i.e. The font size of the table content should match with the running text (content outside table) by default.
    Can anyone please help / suggest, how do we achieve this functionality?
    Thanks!
    Best Regards,
    Kabali B

    Able to achieve by changing the WPC css files. Closing the issue.

  • Insert paragraphs and tables in docx file using Word VSTO 2010

    Hello,
    I'm using Word.Interop api using C#.
    I'm using wordApp.Application.Selection.Range to insert text and tables sequentially(one after another) but selection still remains on the top of the document. My code is as below:
    wordApp.Application.Selection.Range.Text = "\r\n" + str;
    wordApp.Application.Selection.MoveDown(ref missing, ref cntfor, ref missing);
    wordApp.Application.Selection.Range.Text = "\r\n" + str;
    but above code insert text always at the top of the document.
    I want to create a document as below:
    Thanks,
    Saurabh

    Hi Julesss,
    There is a KB, it descripts this issue:
    The following symptoms occur when you try to create a hyperlink to another Microsoft Excel workbook in Microsoft Office Excel 2007 and in Microsoft Office Excel 2003:
    •If you click Bookmark in the Insert Hyperlink dialog box when you create the hyperlink, the bookmark is not added, and you receive the following error message:
    Microsoft Excel could not open this file or could not parse a file of this type.
    The workaround is that typing the full path and the file name of the Excel workbook that contains the brace characters in the
    Address text box of the Insert Hyperlink dialog box.
    More information:
    http://support.microsoft.com/kb/867820/en-us
    A similar post for your reference:
    http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_28463326.html
    In addition, as this issue is about SharePoint Online, I suggest you create a new thread on Office 365 forum, more experts will assist you with Office 365.
    Office 365 forum:
    http://community.office365.com/en-us/f/default.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Extra Paragraph in Table of Contents

    I have a TOC set up in a three-column text frame, and have it set to balance columns. When I generate the TOC, it gives me an extra paragraph return at the end, which messes up the column balance. ny way of fixing this?

    I notice that too... Do you know if there's any fix (or work around) for that?

  • Document table and paragraph with POI

    Hi wrotten the following program in order to read paragraph and tables
    in a word document:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package prezziarioreader;
    import org.apache.poi.hwpf.HWPFDocument;
    import org.apache.poi.hwpf.usermodel.Range;
    import org.apache.poi.hwpf.usermodel.Paragraph;
    import org.apache.poi.hwpf.usermodel.Table;
    import org.apache.poi.hwpf.model.ListTables;
    //import org.apache.poi.hwpf.usermodel.CharacterRun;
    import java.io.*;
    * @author Enrico
    public class Main {
    * @param args the command line arguments
    public static void main(String[] args) {
    // TODO code application logic here
    try{
    HWPFDocument doc = new HWPFDocument(new FileInputStream("d:\\prova.doc"));
    Range r = doc.getRange ();
    int sectionLevel = 0;
    int lenParagraph = r.numParagraphs ();
    boolean inCode = false;
    String text;
    Paragraph p;
    for (int x = 0; x < lenParagraph; x++){
    p = r.getParagraph (x);
    if (p.isInTable()){                  
    Table tab = r.getTable(p);
    System.out.println("Paragraph " + x + ":"+"Table with " tab.numRows() "rows.");
    else{
    text = p.text ();
    System.out.println("Paragraph " + x + ":" + text);
    catch (IOException e){
    System.err.println(e);
    I got a problem during the execution; It read well the simple paragraphs but
    when there's a table i got the following error message:
    Exception in
    thread "main" java.lang.IllegalArgumentException: This paragraph is not
    the first one in the table
    at org.apache.poi.hwpf.usermodel.
    Range.getTable(Range.java:873)
    What's worng?

    Welcome to the forum. Please don't post in threads that are long dead and don't hijack other threads. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    Also, replying to old threads with links to a personal site is link spamming.
    I'm locking this thread now.

  • Table numbering confusion and how to link to tables in a book/document?

    More questions :-(
    Table numbering confusion...
    I'm porting over (from MS Word) a document that has a bunch of tables in it.
    The document currently looks something like this:
    1 Major heading
    1.1 Sub heading
    text for that sub heading that refers to a table that follows (or may preceed) such as see Table 1-1 that follows
    Table 1-1
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    1.2 Next sub heading
    Text to follow that sub head that references Table 1-2 below...
    Table 1-2
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    2 Major heading
    2.1 Next sub heading
    Text to follow that sub head that references Table 2-1 below...
    Table 2-1
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    3 Major heading
    3.1 Next sub heading
    etc.
    Hopefully that makes sense.
    Currently it seems that the tables are numbered based on the chapter number with the chapter apparently being set at 2.
    I need the tables to instead use numbering based on the heading (Titles) numbers, but can't seem to figure out how to get the numbers set for the tables as I would want them to be.
    What do I need to do to make the table numbers reset based on the paragraph numbers (subchapters if you would refer to them that way...)
    Thanks again!

    What is the paragraph format of "Table 2-1" lines?
    Table numbering is commonly controlled by two things:
    1. Format > Paragraph > Paragraph Designer
    [table title para name]
    [ Numbering]
    and
    2. Format > Document > Numbering
    The default in Frame is that tables have titles of para fmt "TableTitle", but tables can switch that off, and also be anchored to paragraphs (often Headings) of any arbitrary format name and numbering scheme.

  • FrameMaker10 - Windows 7 - How to get background color for a paragraph tag?

    I am trying to create my heading1 with a background like the picture above.
    I have put the blue background on a master page, but the body frame goes into the blue background and subsequently the blue background does not show through.
    Any ideas?
    Thanks,
    Cindy

    I can't test this right now, but I remember that when extracting a TOC, table title paragraphs appear out of order when mixed with main-text-flow paragraphs, because of the way that FM keeps track of table information. I'm not sure if the problem also affects paragraphs in table cells.
    Colors behind text is a frequent request. It's always a good idea to post a formal feature request here: Wishform. Eventually user requested features have been known to appear in future FM releases.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Arnis Gubins wrote:
    Cindy, I missed the fact that you're title is centred in the block. You could use a single-cell table construct to hold the contents for the title and have the title paratag set to be in the middle of the cell. (you could also colour the cell and skip colouring on the Master page).
    There are always multiple ways to do things in FM, that's why it sometimes seem so hard to use...

  • Multiple table of contents in document

    Hi there,
    I'm new in FM8. I recently received a document in FM8. The structure of the document is as follows:
    Every file of the document corresponds to a chapter. Each chapter contains a table of contents for its subheaders and paragraphs.
    Table of contents (here are the chapter from 1 to 10, only the chapters)
    Next is Chapter 1 which include a small table of contents with all subheads and paragraphs (e.g. 1.1, 1.1.1 and so on)
    The same goes chapter 2 to 10.
    That's not all.
    Chapter 7, 8, 9 and 10 are placed in different folders coresponding with chapters title. The rest of them (chapter 1 to 6) are placed all in the same folder.
    For chapters 7, 8, 9 and 10 I manage to update the second table of contents (which contains subheads and paragraphs - e.g. 1.1, 1.1.1 etc.)
    In the main folder which contains rest of the chapters there are TOC files for the main Table of contents and for the subeahds and paragraohs contents corresponding to each chapter. Here I have problems with updating them because when I open the book and update it only the main TOC will be updated. The problem appears when I create PDF. Because after creating PDF when I click on a chapter name in the TOC it will bring me to the chapter I want but when I click on the TOC for subheads/paragraphs nothing happened, except for chapters 7, 8, 9 and 10.
    So, to be more explicit.
    When I click on chapter 7 in pdf, acrobat will send me to the chapter 7 where I find another TOC in wich if I click on subead 7.3 it will send me to the page that includes subhead 7.3. Instead if I click on chapter 4 it will bring me to the page coresponding for chapter 4 but there if I click on subhead 4.3 nothing will happen.
    I will attach an example of that PDF.
    The file structure looks like that:
    Chapter 7 folder:
         - book
         - TOC file for chapter 7
         - chapter 7 (same structure goes for chapter 8, 9 and 10)
    Project folder
         - book (it contains all files from chapter 1 to 10)
         - TOC file (the main TOC)
         - TOC files for chapters
         - chapters' files
    Thank you. Any help will be appreciated.
    Excuse my poor written english.
    Trully yours,
    Fagaras Codrut Sebastian

    Hi,
    if you got an FM book which contains separate TOCs for each chapter, it was most likely created using either
    - the Systec TOOLBOX (http://www.systec-gmbh.com/en/sites/toolbox.php) or
    - FrameScript (http://www.framescript.com/) with an itl script named "DocToc" (http://www.i-frame.itl.info/i-frame-base.html, website currently only available in German)
    Without these solutions, you won't be able to comfortably handle a book like yours.
    Regards,
    Bernd

  • Accessibility: Reading order of tables and anchored frames

    I am creating accessible, tagged (section 508 compliant) PDFs in FrameMaker 9. The reading order for tables and frames is not correct.
    When I view the PDF reading order using Adobe Acrobat Professional or another screen reader, anchored items such as tables and anchored frames are  placed last in the reading order, regardless of where they appear in the document flow or page layout. The reading order skips over all tables and frames, reading all paragraphs on a page first, then reading the tables and frames as the last objects on the page. This logically doesn't make sense to skip over tables/frames as they generally apply to the content that preceeds it.
    For example, the following document structure:
    <Paragraph 1>
    <Table 1>
    <Paragraph 2>
    <Anchored Frame 1>
    <Paragraph 3>
    <Anchor Frame 2>
    <Paragraph 4>
    is being read by assistive technology as:
    <Paragraph 1>
    <Paragraph 2>
    <Paragraph 3>
    <Paragraph 4>
    <Table 1>
    <Anchored Frame 1>
    <Anchor Frame 2>
    I want the document structure to be read correctly as intended.
    In otherwords, the PDFs generated by FrameMaker 9 are not completely accessible because of incorrect reading order output by default. This information is not listed in the VPAT for FrameMaker 9.
    I want to avoid any post processing using Acrobat's Touch Up Reading Order tool. Is there a way to automate updates to reading order?
    Can FrameMaker 9 logically place tables and anchored frames into the correct reading order? How do I adjust these settings?
    Thanks in advance!

    As mentioned above, tables and anchored frames are inserted into thier own paragraph style "Frame". The paragraph style "Frame" is tagged. To my knowledge, there are no options for tagging or not tagging tables or anchored frames.
    Regardless of which paragraph type the table or anchor frame is inserted into, and what that paragraphs tagging settings are, it is still last in the reading order.
    I've tried a variety of options: tagging the "Frame" paragraph style as a sibling, child, and parent of my other paragraphs; I've even tried omitting it from the reading order. None of these options present anchored frames (and tables) in the logical reading order.
    Even images that are inline (within a paragraph; not in thier own paragraph) are not being read as part of the paragraph.  Inline images get skipped over by screen readers and get read at the end of the page, which makes no sense whatsoever.
    All tables and images end up at the end of the reading order (after ALL paragraphs) regardless of the tagging settings.
    Refer to my previous screenshot for a clear diagram of what is happening to the reading order. Each of those anchors is in it's own paragraph style. I want tables and anchored frames to be sequential in the reading order along with paragraphs. (1,2,3,4,5,6 not 1,4,2,5,3,6.)
    I'm using the Tags tab of the "PDF Setup" dialog to adjust these settings. Is there somewhere else I should be making changes to the reading order?
    This is a bit disturbing because FrameMaker touts creating accessible documents and this severe reading order issue impares my ability to do so. I would not consider documents that jump around the page in an illlogical, fixed order, to be accessible. I'm very suprised that no one else has encountered this issue (at least that I can find...)

  • How can I insert a new table whose cells are linked to Cell Styles?

    How can I define a Table Style so that cells in new tables are automatically linked to my Cell Styles? (Not sure if "linked" is exactly the appropriate word....I'm going for "connected in such a way that when the Style is changed, the character/paragraph/cell/table/object updates to reflect the change.")
    I thought the whole point of using Cell Styles in Table Styles would be so the cells can be automatically linked to the desired Cell Styles when the table is created -- but that isn't happening for me. I don't know if I'm just confused or if this is a bug:
    When I insert a new table of a Table Style I have defined, it seems all cells in the new table are simply linked to Cell Style [None], with overrides for each cell that are consistent with the applicable Cell Style as it was defined when the table was inserted. So although the appearance of each cell is consistent with the Cell Style I defined for for that region of the table, the cells don't update if I later make changes to the Cell Styles I defined.
    (If, after inserting a new table, I manually select each cell and apply the desired Cell Style, then the cells do (of course) update when I change the Cell Styles.)
    Is it possible to have cells be actually linked to Cell Styles when a new table is inserted, instead of cells being simply linked to style [None] with overrides?
    (I'm using the up-do-date 2014 release of InDesign CC, in case that's relevant.)

    there is a example on Page 1149 of book Graphic Java 2 mastering the JFC
    by David M. Geary. ISBN: 0-L3-079667-0, Try to take a look the code. It will help.

  • InDesign CS3 crashing adding table style...HELP!!

    This issue started on Friday.  I just starting working on a large document that will have many tables throughout, so I must use the table styles.  Here is the order in which I do things to get the crash.
    Place document from Word in to InDesign document
    Highlight table to be changed
    Convert text using paragraph styles
    Alter column widths to fit page
    Highlight entire table to select table style
    Click desired table style
    CRASH!!!!
    I have tried the following things with NO LUCK:
    Deleted adobefntX file multiple times (actually worked for a couple of hours first time I did it)
    Deleted InDesign preferences (did nothing)
    Re-created all "Styles" in InDesign (Character, Paragraph, Cell, & Table) (Did nothing)
    Changed the order in which I altered the tables text and formatting (thinking it was just a silly order problem)
    Unistalled and Re-installed CS3 (worked for 5 tables and then CRASH)
    Updated ALL software (Adobe and Mac)
    Started up in Safe mode and CRASH!!!
    I realize from seraching for this problem on the web that I am probably the ONLY person having this issue, but I thought it was a font problem until I started in Safe Mode and still crashed.  I am totally confused as to what I should do next.  I am running on a
    Model Name:    MacBook Pro
    Model Identifier:    MacBookPro4,1
    Processor Name:    Intel Core 2 Duo
    Processor Speed:    2.4 GHz
    Number Of Processors:    1
    Total Number Of Cores:    2
    L2 Cache:    3 MB
    Memory:    4 GB
    Bus Speed:    800 MHz
    Boot ROM Version:    MBP41.00C1.B03
    SMC Version (system):    1.27f1
    Any help would be GREATLY appreciated.

    I am not familiar with InDesign Interchange, do you think this will help?
    That's why I suggested it. But you didn't answer my question: Is this happening with only one file? The reason I ask is because if one file is corrupted, saving to INX and back to INDD often clears out minor corruptions. If you're seeing this in many files it's unlikely they're all corrupt.
    1. Convert text using paragraph styles - I meant modified "placed" text using character styles
    Now I'm really confused. Your steps are:
    Place document from Word in to InDesign document
    Highlight table to be changed
    Modify placed text using character styles
    Are you really highlighting an entire table and applying a character style? While this will work to modify certain formatting aspects, it's not really the best approach. Character styles are for characters *within* a paragraph. Paragraph styles are for *entire* paragraphs. Each table cell contains at least one full paragraph, even if it's just a single number, a space, even if there's nothing there at all. If you want to format the contents of an entire cell or range of cells with the same formatting, use a paragraph style, not a character style. If you want to italicize one or two words in some text in a cell (the way I just did), then use a character style.
    I really feel that the issue either stems from fonts or from placing the document from Word.
    Could be. Cheap fonts are the cause of many problems in Indesign. Indesign is really picky about fonts. But let's try the easy fix first (INX). If you don't trust it, save the .inx to a new .indd filename (keep your old .indd file as a backup).
    Ken

  • Can I force Straddle for table cells in the EDD ?

    This is a question for the techies:
    In my structured EDD, I have created hazard statements according to the ANSI Z535.6 standard, using a table format - with the table heading showing the hazard category (notice, caution, warning, danger) and the rows showing the individual messages. In the individual messages I have an icon to the left and the message text next to it. Visually, it is better to separate the two cells with a thin line. But in the header there is no icon to the left and I would like to remove the thin line. Yes, I am a perfectionist, I know
    Here is what it looks like now:
    As far as I can tell, there is no way to tell Frame to suppress the column separator line in the heading without also removing it in the body rows. And if I do remove the line, there is still a thin white line visible, as the heading cells are filled with an image covering its entire area (but that image does not cross over the invisible line, at least not in the PDF). Another option would be to use straddle on the heading cells, but I need to be able to do everything from the structured EDD and paragraph plus table formats. Is there a way to do this ?
    Thanks in advance
    Jang

    Hi Michael,
    Oh, well. I had already figured out that this is not an option. I did remove the line between the rows, as it does not add any thing to the clarity of the message panels in my hazard statement table. But FM cannot handle two adjacent cells with graphic frames without adding a single hairline between them, even if I told the program that the border should be None. Something about the importance of frames for FM, I guess. I have only been able to remove the extra unwanted and uncalled-for hairline by straddling the cells (manually). Of course I will have to adapt the EDD to allow straddled cells in the header, but that is peanuts compared to the stuff I have been doing to make this design work in the first place.
    As I will have to create a small script to perform a series of necessary steps before a book can be published, and my hazard statement tables all have the exact same small problem, I will probably include a script that goes through the whole book and applies a straddle to any cells in the heading row of any hazard table. Being a perfectionist, writing that script before handing my stuff over to my customer will make me happier than not doing it and saving some time by delivering a solution that does not make me perfectly happy.
    When all the hard work for my current projects is done, I will try to publish an article on how to implement ANSI Z535 compliant hazard statements in structured FM documents. Might be useful for others, too. I will show you my solution at the tcworld fair, if you have some time for that.
    Ciao
    Jang

  • Problem with Tables

    InDesign CS5.5
    Opening a blank document.
    Creating 3 Paragraph styles: "Table Header" (bold font), "Table Footer" (italic font), "Table Body" (normal font).
    Creating 3 Cell styles: "Header" (black fill), "Footer" (gray fill), "Body" (white fill).
    Assigning Paragraph styles to the respective Cell styles.
    Assigning Cell styles to a Table style called "[Basic Table]".
    Creating a text frame.
    Inserting a table: 4 rows, 2 collumns, 1 header, 1 footer. Table style: "[Basic Table]"
    Result:
    Header row/cells, Footer row/cells, and Body rows/cells all have proper color fills, but the cell styles for all of them is shown as "none", except the Footer row, which for some reason has "none+" style. Inspite of cell styles not being properly assigned automatically, the paragraph styles for Header and Body rows are automatically set correctly. But the footer row/cells is having the "Table Body" paragraph style assigned to it. Even manually assigning the "Table Footer" cell style to the footer row/cell does not pick up the paragraph style corresponding to that cell style.
    If I choose "[No Table Style]" when creating a new table, and then assign the "[Basic Table]" style to it, all the rows/cells pick up proper paragraph style, but the cell styles are still set to "none".
    Where does this magic come from? Will Adobe ever put their isht together and start making software that actually works for the amount of money it costs? Or are we forced to pay ridiculous prices for using beta software for the rest of our lives?
    Mac OS X 10.7.2

    Imworkinghere wrote:
    If I choose "[No Table Style]" when creating a new table, and then assign the "[Basic Table]" style to it, all the rows/cells pick up proper paragraph style, but the cell styles are still set to "none".
    Aren't they set to "none" for the same reason as the Character Style Panel says "none" when the formatting of a character style is applied because it is specified as a nested style by a paragraph style? The formatting of the lower-level style is applied because the higher-level style is referenceing or "grabbing" it, but not the lower-level style itself. Such lower-level styles can be superimposed by explicitly applying them in the relevant style panel.
    The interplay of styles and formatting involved with tables+cells+paragraphs are even trickier than the two levels of paragraphs and characters, because there is an even more complicated, multi-level "cascade" involved. A cell style's formatting (but not the style itself) is applied by the higher-level entity's style, and that formatting sets the lower-level entity's style itself. I would argue that that alternating pattern is logical, but maybe I'll attempt it some other day! The difficulty is compounded by various other factors, such as a paragraph style's "next style" automatically setting the following paragraph's style when a table is created.
    The complexity of whole business makes me reluctant to call it a "bug", it's so easy to get lost here!

Maybe you are looking for