Is it possible to set text and rotatation in stored table formats?

I have a table that is a good candidate to be a table format because it will be resued many times.  The heading text will not change and some of the text is rotated, so I'd like to store that too.  Is there a way to do this in FM9?  Here's a sample of what I'm aiming for.  Any portion (text itself or rotation style) that can be set in the table format tag would be helpful.
Thanks,
Dave

I'm reasobably sure that table formats can't have any text in them. Tables with formatting and canned text are one of the things I use most frequently in my Auto-Text definitions. Auto-Text is a plug-in I wrote that is useful for inserting canned items into FrameMaker documents. You can learn about it here:
http://www.siliconprairiesoftware.com
Steve

Similar Messages

  • Is it possible to flip text and tables 90º on a page?

    Hi, I am working on a blank template word processing document that I imported from Word. It is in a US letter page layout. I am working with tables and text, and would like a few of the pages to be rotated into a horizontal format, so that the tables and text are formatted in a vertical direction.
    I can do this in Word via the text direction option, I was wondering if and how I can do this in Pages. Sorry if I'm unclear, I am not sure what to call the format. If you imagine a standard table flipped 90º on a page, and with the text flipped 90º as well, that is what I am wishing to achieve.
    Thanks,
    Walt

    Page orientation is set on a per-document basis & you cannot have both in the same document. However, you can create the same effect using text boxes & other floating objects rotated 90 or 270 degrees.

  • ThreadOpt values - is it possible to set them and what are the ranges?

    Hi there,
    I have a problem on my TestStand 4.2 platform, with test step result, formed and received from called external sequences results. In my Main sequence, in Post-Expression I defined condition, according to which the "Step.Result.Status" is passed or failed, and it works. But the problem is that in Status Expression field there is following statement: "(Step.Result.Status == "Done" && (Step.TS.SData.ThreadOpt == 0 || Step.TS.SData.ThreadOpt == 3)) ? "Passed" : Step.Result.Status". After deep search in the user manual, I found that (Note from "Expression Tab - Step Properties Dialog Box"): "Certain types of steps, such as Numeric Limit Tests, Multiple Numeric Limit Tests, String Value Tests, Pass/Fail Tests, and Statement steps, reserve one or more of these expressions to perform operations specific to the type of step or a substep performs the operation. In these cases, you cannot use the expressions the step type reserves, which appear dimmed on the tab." 
    Now, my problem is that at this specific step I call to an external sequence, which returns results and it is correct, but if these results, compared to expected are not the same, my step in the main sequence fails. Which is OK. But when the final report is generated I see there "Number of Tests Failed: 0", which is not OK. Since I can't change the "Step.Result.Status == Done", which comes from the external sequence, I thought that may be there is a place to change the "Step.TS.SData.ThreadOpt" and this way to cause to main sequence to correctly report "Failed Tests <> 0"??? 
    Does anyone has an idea whether it is possible to set this the ThreadOpt value and what is the accepted range?
    Your feedbacks and inputs are highly appreciated.
    Stephan

    GSinMN wrote:
    Hello Doug,
      I didn't think I was modifying any hidden properties.  It's just configuring a sequence call step when you add it to the sequence.  The "Execution Options" are clearly shown in a dropdown menu on the Module tab.  I was just pointing out that this seems to be what sets the ThreadOpt variable.  
    GSinMN
    Maybe I misunderstood. When you said "My normal process is to set it to 1, but based on this info, it needs to be either set to None or Use Remote Computer if you want anything other than "Done" to be returned." I thought you meant that you were setting the property directly rather than setting your sequence call steps to "New Thread" with the combobox.
    -Doug

  • Is it Possible to set Top and Bottom Margin for each section?

    I've been googling and haven't found an answer to this problem.
    I need to specify a different top and bottom margin for each section in my document. The "document margins" apply to the whole document, so I've set those to a low amount, and I can set the Layout Left and right margins - but the "Layout Margins" do not allow "top and bottom" only "before and after". This is a critical difference, because if you have 2 pages in a section, only the first page gets the "before" margin, and only the 2nd page gets the "after" margin. This is a little odd, and I'm frankly surprised we are in version 4 of this app - and you can't set top and bottom margins for each section.
    If you insert a "layout break" on each page, then you can get the margins to reset for each page inside a section, but this is not an acceptable workaround as I need to setup templates for staff to use that will "flow" like a normal word processor.
    Does any one have any suggestions?

    On page 49 in the English Guide version it tells you about Lay-out margins. This is the text
    *Defining Layout Margins*
    *In a word processing document, a layout margin is the space around columns in a*
    layout.
    *To change the layout margin in a word processing document:*
    *1 Click in a column.*
    *2 Click Inspector in the toolbar, click the Layout button, and then click Layout.*
    *3 To change the outside margins of the column(s), enter values in the Left and Right*
    *fields under Layout Margins.*
    *4 To specify the amount of space above and below the column(s), enter values in the*
    *Before and After fields under Layout Margins.*
    *The new margins can’t extend outside the page margins set for the document in the*
    *Document inspector.*
    I hope this helps.

  • How to set text and background color of current row in a adf table?

    Hi,
    In jdev 11.1.2.3,
    How to set text fond and background color of current row in a adf table?
    I tried to set Background color in table property, but that is not what i want.
    Thanks.

    Hi,
    We almost had the same requirement, but we just needed to color a specific column.
    Here goes the solution to that, you might do the same for your row highlighting
    Changes are required in jsff and one method to be added in backing bean
    1. JSFF :
    <af:column headerText="Amount"
                     id="c4" width="100"
                     inlineStyle="#{backingBeanScope.BackingBean.cellColor}">2. Backing Bean
    //searchResultTableVO is Table's VO
    public String getCellColor() {
          FacesContext ctx = FacesContext.getCurrentInstance();
          ExpressionFactory ef = ctx.getApplication().getExpressionFactory();
          ValueExpression ve = ef.createValueExpression(ctx.getELContext(), "#{row}", FacesCtrlHierNodeBinding.class);
          FacesCtrlHierNodeBinding node = (FacesCtrlHierNodeBinding)ve.getValue(ctx.getELContext());
          Row row = node.getRow();
        if(row.equals(searchResultTableVO.getCurrentRow())){
    //You can add your inline style for font-style too
          return "background-color:Red;";
             return null;
      }Hope this is helpful :)
    Regards,
    Neha..

  • Programmat​ically setting text justificat​ion in a table

    I am looking for a method to programmatically set text justification in a table. As far as I can tell the attribute is not available at run time. Has anyone had any experience with this? Thanks.

    Of course you could make several identical tables on top of each other, but with different font alignment, then make the desired one visible . It's ugly but will work just fine.
    LabVIEW Champion . Do more with less code and in less time .

  • Possible to check IN and Check Out Reference Tables?

    Hi All,
    I am wondering is it possible to check in and check out Look Up and other tables like we do for main table???
    If so can any one letme know how?
    Thanks
    Rajeev

    Hi Rajeev,
    Can you elaborate your business requirement of having Check out on reference table?
    Checked out option is used for the below scenario in Main Table
    Create - If the record is checked out, then it is virtually available in MDM until it is approved as the part of the workflow
    Change - The record is kept checked out , so that the user who changes it owns it , and no others has access to change it to achieve the data consitency
    But for reference data , the records is already available in the target system and it is fed to MDM
    Regards,
    Antony

  • Otomatic set text and push button

    I want to ask one question about ASP.NET htmlparser.
    I want to go one url and i want to find textboxes and buton .
    After that i will set a value in this textbox and i will push the button.But i want to work this otomatically.I used agilepackage and i went to adress otomatically,i wrote  XPATH and  i found what i want to textbox and i set in my code
    this XPATH.
    var node =document.DocumentNode.SelectSingleNode("/html/body/div/div/div/article/form/input");
    But this node is null ...I want to text website's textbox element.
    How can i take text box. I will set textbox  like down code.
    node.SetAttributeValue("lookupTarget","blabla");
    After that i will buton XPATH adress like node and i will RaiseEvent("onclick")
    HtmlElement button = doc.GetElementById("btnbuton");
    button.RaiseEvent("onclick");
    Thanks for help.

    Hello,
    This forum is used to discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections, I/O, Regigistry, Globalization, Reflection. Also discuss all the other Microsoft libraries that are built on or extend the .NET Framework, including
    Managed Extensibility Framework (MEF), Charting Controls, CardSpace, Windows Identity Foundation (WIF), Point of Sale (POS), Transactions.
    For issues regarding Xpath, there is a specific forum, I will move this issue to there for a better help.
    Edit:
    Oh, I am very sorry for my mistake that I move your thread to this wrong forum. You can ask it here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=xmlandnetfx
    Really sorry.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is it possible to set Touch and Gesture selected options by default on the simulator?

    Hi,
    I am developing a mobile app using touch events and is a pain to have to select Touch and gesture and clik  Touch layer and select the proper option every time I test the movie. One or three time is fine but along any  usual development day I have to do it like 200 times and is really time consuming.
    If there is not way to do it, is there any workaround as using an external tool or plugin?If not, can I suggest to implement this a future feature?
    Regards

    I got this from the Mail help menu. I searched fixed font and then chose "Make messages easier to read"
    Write messages in plain text or rich text
    You can compose messages using plain text or rich text (HTML) formatting.
    Plain text can be read by all recipients, regardless of the mail viewer used. You can attach pictures to plain text messages.
    Rich text can’t be read by a small number of recipients because rich text uses different fonts, text styles, and formatting to stylize messages. If a recipient’s computer doesn’t have the same font that you use in your messages, another font is substituted. Try using a popular font, such as Times New Roman or Geneva. You can put pictures within rich text messages.
    Set the default format for all messages
    Choose Mail > Preferences, and then click Composing.
    Choose the format you expect to use most often from the Message Format pop-up menu.
    To always respond to messages in the same format as the originals, also select the “Use the same message format as the original message” checkbox in the Responding section.
    Change the format for a single message
    Choose Format > Make Rich Text or Format > Make Plain Text before you send the message.
    Unless a message actually contains rich text (such as formatting and different text styles), it will not be sent as rich text, even if rich text format is selected.

  • Is it possible to block texts and only receive imessages when traveling?

    I am traveling to Europe, and I was wondering if there is an option to block text messages and only send and receive imessages through wifi?

    iMessage over cellular will be increasingly more expensive as that would use Data while roaming.  Regular text messages do not need data. Unless you want to only use Wifi while traveling, in which case yes, set the Phone to Airplane Mode and just turn on Wifi.
    By the way,  Turning on Arplane mode will prevent any calls form coming in either. Text messages an calls use the same system which you would be turning off in Airplane mode.

  • AdHoc Query - possible to choose text and value for a field

    Hi
    One of our infosets is based on the LDB for travel (PTRVP).
    For this infoset, PERNR is delivered from P0001.
    However, this field does not deliver a text, so the user cannot choose "value and text" as they can for PERNR in the LDB PNPCE.  The only difference seems to be that PNPCE fetches PERNR from P0000.
    Can anyone tell me how to provide text options for the field?
    I have tried the method described in IMG with no luck (probably doing something wrong).
    Should mention that I am no expert programmer.
    Thanks
    Kirsten

    The Text in PERNR is just the Employee Name (ename). The users can get that from IT0002 anyways. They can choose Last name, First name or ename.
    Sanghamitra

  • Is it possible to set primary and secondary display with 2 graphics cards?

    I have an Early 2008 Mac Pro with two graphics cards and four monitors installed. Does anyone know how the computer (or more specifically Keynote) determines which is the primary display and which is the secondary?
    Also is there any way to change the scheme?
    What I am trying to do is switch the primary and secondary from the two monitors in my office to the monitor at the podium (would like it to become primary) and a vga projector (would like it to become secondary)
    I bought the second graphics card so I wouldn't have to switch the cables back and forth three times a week. All the monitors work fine, it's just a matter of determining or changing primary/secondary
    Thanks in advance

    Thanks Malcolm
    I got that far – The keynote manual says that the display with the menu bar is the primary display – that works out fine. The problem is that the manual says that the display without the menu bar is the secondary (or alternate). But there are three displays without the menu bar.
    What I would like to find out is: is there a way to choose the display without the menu bar to be the alternate?
    When I try various combinations, there seems to be no rhyme or reason as to which display is the alternate.
    Thanks again for your response!

  • Is it possible to wrap text in cells of a Table indicator?

    I have read the contents of an Excel file into a Table indicator and would like to wrap text within certain cells.
    Solved!
    Go to Solution.

    You can do this - sort of...
    LV will not auto wrap the contents of a cell automatically. However, if there are hard line breaks, you can make LV expand the cell vertically to show all the lines. It will not however, autoutomatically size the cell width.
    Sounds like this might be a good project for an XControl.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to get name of table cell ? Also, how to set name and label property on table itself?

    I am trying to use below API:
    PMString tableName = "myTable";
    ErrorCode error = Utils<Facade::IPageItemNameFacade>()->SetUserAssignedPageItemName(tableUIDRef, tableName);
    But this is not setting up the table name, also I am getting error = 1.
    Also, I am not getting the API to get the name of table cell(which is the read only property)

    Hello kapoor_aman27,
    a table is not a page item. The page item name is stored in the interface IPageItemName of the kDrawablePageItemBoss. So you must get the page item of your table and set the name of the page item.
    Markus

  • Unable to set  size and scroll bar to table components in visual web jsf

    Hi Friends,
    Good day all of you,
    my requirement is to display multible tables in the same jsp page with same size.
    if some tables have more columns than other tables then that table need horizontal scroll bar...

    Hi BalusC,
    Good day,
    we didn't use any CSS sheets.is there any other way to set.

Maybe you are looking for