Support for handing indent?

Ok guys I need your help.    I have been building a Word -> FXML converter and so far have had pretty good success, but I cannot seem to figure out a way to do a hanging index in FXML.      See http://www.webopedia.com/TERM/H/hanging_indent.html for more info.  But basically a hanging indent is a left margin or indentation that's applied to every line after the first in a paragraph.  For eample
Speaker A:   Lorem ipsum dolor sit amet,
                        consectetur adipiscing elit.
                        Donec dignissim tristique tellus,
Speaker B: sit amet mattis leo vehicula id.
                        Quisque varius pulvinar ligula quis pellentesque.
                        Duis ac turpis id purus euismod sagittis.
                        Aliquam ultrices ultricies accumsan.
Now the indendation for subsequent paragraph lines happens on any new line caused by either a line break or a word wrap, so I cannot just explicitly insert some spacing or break apart the text into seperate elements and add indents or margains as this solution will not work for word wrapping.
So can someone please help me figure how I might implement this, or if I have to.... how I might go about adding this type of functionality into the TextLayoutFramework?
For bonus points:   Word also supports special indent that only gets applied after the first tab.   This is very useful in combination with the hanging indent...
Speaker C:               sit amet mattis leo vehicula id.
                               Quisque varius pulvinar ligula quis pellentesque.
                               Duis ac turpis id purus euismod sagittis.
                               Aliquam ultrices ultricies accumsan.
So please TLF crew, guide me to how I can go about this, even if that means I need to get into the guts, I'll happily contribute back.
~ JT

You can set a start tab at the same position as the start indent. This only works if the text before the tab fits inside that position, though. At 50, the sample text did not for me, so I increased the values to 75:
<TextFlow><p paragraphStartIndent="75" tabStops="s75" textIndent="-75">
<span>Speaker B:<tab/>sit amet mattis leo vehicula id. Quisque varius pulvinar ligula quis pellentesque. Duis ac turpis id purus euismod sagittis. Aliquam ultrices ultricies accumsan.
</span></p></TextFlow>

Similar Messages

  • 3G iphone cannot support video call & bluetooth only can for hand free

    Hai... So suprise that the 3G iphone was below expectation. What a disappointment. They cannot even support 3G Video call and worst of all the blue tooth can only be used for hand free.
    The software engineer should look at way to develop a more advance software and use.
    Problem encounter:
    1. We cannot copy and paste our text.
    2. Cannot scroll back to the last function we can only press the short cut key to get back to the main page and start all over again.
    3. 3G phone that cannot make 3G call
    4. Bluetooth function can only use to connect to hand free not able to send photo, music and etc...
    5. Cannot forward SMS
    Here is some of the pointer. I have not fully explore the hp. totally disappointed and thing there is more. Hopefully more software update will solve this problems.

    Hi everyone!
    Just a quick update here, but about two days since my original post, I've made a visit to the AT&T store with my dad, even though AT&T has nothing to do with the phone itself.  Then the AT&T service employee told us that a hard reset should do the trick.  Then before I did a full backup and restoration of my iPhone software, my dad called AT&T with no luck.  He also attempted to call Apple, but without success, b/c the phone was out of warranty.
    So, as a last resort option, I performed a backup and did a full reset of the iPhone using iTunes to restore the phone back to where it was since the last iOS update, and the last iCloud backup.  The result:  it was worth the option because the whole phone's WiFi and Bluetooth got malfunctioned sometime few days ago and after that iOS 6.1.3 restoration, I got both the WiFi and the Bluetooth functions working properly! 
    The next time any iPhone user comes up with this same situation as mine in the earlier post, don't try visiting the AT&T store b/c they won't help with anything with the phones themselves, and backup and restore the whole iPhone as a last resort when every easy solution fails.

  • My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    Is the store that you bought the card from nearby so that you can try going back and asking if they can activate the card properly ? If it's not, or if they can't/won't activate, then you will need to do as the message says and contact iTunes Support (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes (you will probably need to give them images of the front and back of the card, and possibly its receipt)

  • Future support for using PL/SQL core business logic with ADF BC

    We want to migrate our large Forms client/server (6i) application to ADF, possibly using a migration tool like Ciphersoft Exodus.
    One scenario could be to use ADF BC and ADF-Faces or a different JSF-Implementation for presentation and business layer but keep our heavy PL/SQL-businesslogic inside the Oracle database in packages, triggers, functions and procedures.
    This scenario could be chosen due to the huge amount of interconnected logic inside the database (10 years of development; no technical components; any package may access any table and more of this kind of dependencies). The business logic nowadays held in Forms client will be moved mainly into the database as a prerequisite to this scenario.
    Choosing this "keep-logic-in-DB"-scenario we need a good support by ADF BC to do so. We know and prototyped that it is possible to call some PL/SQL via JDBC from ADF BC and it is possible to use stored procedure calls for standard business entity data access (ins, del, upd, ..). But this does not solve our problems. We want to reuse core business logic coded in PL/SQL. This is much more than change the ADF standard behavior for an update with an own PL/SQL-call.
    Now my question:
    Will there be a kind of sophisticated support to use ADF BC in combination with database-kept logic?
    If so, when will this happen and how will the common problems of transactional state inside the database and inside the ADF BC be solved? Any plans or ideas yet?
    Many other clients do have similar applications built in Forms and PL/SQL and would be glad to hear about a path of direction.
    I've read the technical article 'understanding the ADF BC state management feature' which you have contributed to. One current limitation is pointed out there: Using PL/SQL with ADF BC limits ADF AM pooling to 'restricted level' which reduces scalability.
    Are you aware of additional main problems/tasks to solve when using PL/SQL heavily with ADF BC, which we have to think about?
    Thank you for any response.
    Ingmar

    My main problem is two 'concurrent' areas holding state in an application system based on DB-stored PL/SQL-logic in combination with ADF BC.
    For a new System everything can be made ok:
    Sure, it is possible to build a new system with the business logic included in ADF BC only. All long-living state will be handled in the BC layer ( including support for UnitsOfWork longer than the webside short HTTP-requests and HTTP-sessions and longer than the database transactions.
    For an old system these problems arise:
    1. DB data changes not reflected in BC layer:
    Our PL/SQL-logic changes data in tables without notifying the ADF BC layer (and its cache). To keep the data in ADF BC entity objects identical to the changed database content a synchronization is needed. BC does not know which part of the application data has been changed because it has not initiated the changes through its entity objects. Therefore a full refresh is needed. In a Forms4GL environment the behavior is similar: We do frequently requeries of all relevant (base)tables after calling database stored logic to be sure to get the changed data to display and to operate on it.
    -> Reengineering of the PL/SQL-logic to make the ADF BC layer aware of the changes is a big effort (notifying BC about any change)
    2. longer living database transactions
    Our PL/SQL-logic in some areas makes use of lengthy database transactions. The technical DB-transaction is similar to the UnitOfWork. If we call this existing logic from ADF BC, database state is produced which will not be DB-committed in the same cycle.
    This reduces scalability of ADF BC AM pooling.
    Example:
    a) Call a DB-stored logic to check if some business data is consistent and prepare some data for versioning. This starts a DB-transaction but does not commit it.
    b) Control is handed back to the user interface. Successful result of step a) is displayed
    c) User now executes the versioning operation
    d) Call another DB-stored logic to execute the versioning. DB-transaction is still open
    e) Business layer commits the transaction automatically after successful finishing step d). Otherwise everything from a) to e) is rolled back.
    -> redesign of this behavior (= cutting the 1to1 relation between LogicalUnitOfWork and the technicalDatabaseTransaction is a big effort due to the big amount of code.

  • HT201359 After filling out all account information on iTunes, I receive a message telling me to contact iTunes support for help, but do not know why I need help. I simply want to purchase an album that exceeds my credit balance I have. Why can't I finish

    After filling out my complete acct info in iTunes Store in order to purchase an album that exceeds the amt of my credit from a gift card, I am prompted to check with the customer support for iTunes, and it will not simply charge my credit card that I provided in full. Why do I need help? I followed the complete procedures asked to add this credit card method of Payment. What is the problem?

    We are fellow users here on these forums. You can contact iTunes Support via this link and ask them for help (we won't know why you are getting the message) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Support for HTML and CSS properties

    My biggest frustration with Acrobat Pro 9 is that it dropped support for certain HTML and/or CSS properties that were available in Acrobat Pro 8. In particular, the page-break-before attribute no longer works, nor does colspan. When I convert an HTML table with some colspans into a PDF, the table looks okay to the naked eye, but the structure behind the table (PDF tags) is incorrect.
    I can live without the page breaks, but I need colspan. I need to do this for hundreds of tables, so opening the Acrobat Table Editor and fixing the colspan by hand is not an option. A scripting/programming solution is required. Has anyone found a workaround? Does Acrobat X fix this problem?

    hello
    not trying to hijack the thread but needed some clarification
    your very short tutorial
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.h tml
    was really informative. Just have a couple quick questions:
    you state:
    "the core code library which you ref in your <head> tags,"
    the below code just has to be declared ONCE at the beging in your head section, correct?
    <!-- jQuery latest core library from CDN-->
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    then any number of jquery plugin scripts can be placed in ANY order in your head section following the above code, correct?
    "the function code inside <script> tags to invoke the plug-in."
    so then in the body, does the functions code have to come RIGHT AFTER the place it is being used?
    example
    <body>
    <div class="slideshow1"
    </div>
    <!--Plug-In Function Code1-->   
    <script type="text/javascript">
    </script>
    <div class="slideshow2"
    </div>
    <!--Plug-In Function Code2-->   
    <script type="text/javascript">
    </script>
    </body>
    or can you take all the function codes and paste them in the end outside of the respective divs that are using the code?
    ie does the position of the code matter?\
    thanks guys
    Nancy O. wrote:
    Try jQuery Fancybox
    http://fancybox.net/
    If you're new to using jQuery plugins, see this primer:
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.h tml
    Nancy O.

  • Pound sign (#) not supported for automated dial

    Hi,
    I need to automate calling to IVR systems. I can add arbitrary pause and extension number like:
    [NSURL URLWithString: @"tel:1112223333,1,1,1234"]
    The problem is, when I add "#" sign at the end as requested by the IVR, the URL call doesn't work.
    I saw a few complaints about this issue in the discussion, but I need to confirm before giving up
    this critical feature in my application.
    I know that iPhone native "Contacts" application supports "#" and "*" signs in the dial number.
    So, what I tried is:
    (1) set up an entry in the Address Book,
    (2) call "ABPersonViewController" with the Address Book record in my application and
    (3) let user click the button to initiate the call
    I believe, this is the same function as "Contacts" application calls, but unfortunately, it didn't work. When I add "#" anywhere in the number, the button fails to initiate a call.
    I thought, this might be due to some kind of privilege protection (support "#" only for iPhone native applications???).
    Or am I missing some secret sauce for handing these special characters?
    Any comment will be appreciated.
    -munggae

    Just checked and it works fine, so this is an X problem.

  • Error using the SQL conversion tool for Hand Held Management 7

    This is for Zenworks 7 HandHeld Management.
    I can't seem to find any mention of the SQLConv.exe tool in the
    documentation for Hand Held Management??
    Does any one have any?
    Also when using this tool I get the following error message:
    Error: DB-29 Database Message (1 of 2)
    Thursday, October 05, 2006
    An error occurred while executing the SQL command <CREATE
    DATABASE [ZENHM]>.
    Error: GEN-2 General Message (2 of 2)
    Thursday, October 05, 2006
    A database exception was caught: <>.
    ODBC Return Code: <-2>
    Return Code Meaning <>
    Additional Information: <>

    cactus,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Why doesn't elements 12 have 64 bit support for PC users?

    Why doesn't elements 12 have 64 bit support for PC users? Most PC's these days are shipped with far more than 2GB of RAM. This move seems very limiting to those with high demands for RAM. Image sizes are only getting larger meaning more RAM needed for adjustments and editing. I have been putting off buying elements 11 waiting to see if 12 had 64 bit support and I am very disappointed to find it doesn't. I can't see myself buying 12 unless a 64 bit for PC is launched soon.

    Update? It's a major release, ain't it?
    Mac got the 64-bit. Why? From Pete Green's announcement:
    A handful of features from previous versions are not available in Photoshop Elements 12 due to new product support for 64-bit systems.
    But, of course, Windows users have no such need...

  • Winforms support for Localization and RTL

    Hi ,
    Does SAP Crystal Reports supports Winforms with the following  Localization support for the fallowing languages:-
    Arabic
    Czech
    Danish
    Dutch
    English
    Estonian
    Finish
    French
    German
    Greek
    Hungarian
    Italian
    Latvian
    Norwegian
    Polish
    Portuguese
    Rumanian
    Russian
    Spanish
    Swedish
    Turkish
    Ukraine
    China
    For supporting Arabic langauge , is there any RTL (Right To Left) format support.
    Thanks,
    Prasanna

    Hi ,
    I have vistied the site http://www.sdn.sap.com/irj/boc/bi and looking for Localization and Globalization information , also looked into CR2011 user guide,
    http://help.sap.com/businessobject/product_guides/CR2011/en/xi4_cr_usergde_en.pdf
    as mentioned , didnt see any information on Localization and Globalization.
    I need intial information , if Crystal Reports supports localization with RTL (Right to Left) for the listed languages. Once this information is in hand , i can go furthure and make my hands wet with samples.
    I need this information for WinForms and HTML (for WebPages) , I am not sure how different they are inside CR2010 , but for sure externally WinForms reports and HTML Reports (for WebPages) are different.
    Thanks

  • I am using a macbook air laptop, i trying to transfer my photoshop files from my macbook desktop to my laptop but it comes up with Error: 1 and advises me to contact adobe support for help.

    I am using a macbook air laptop, i trying to transfer my photoshop files from my macbook desktop to my laptop but it comes up with Error: 1 and advises me to contact adobe support for help.

    Are you referencing your Photoshop image files, or Photoshop application files?
    If the latter, cease and desist at once!
    Always install Photoshop from scratch, from the original media: CD/DVD or download.
    If the former, please provide details:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Raw file support for HS50EXR in LR4

    When will raw file support for the new Fuji HS50EXR camera be added to Lightroom 4?
    I noticed the the other fuji cameras from the HS/EXR range are supprted but the new HS50EXR has not been added as yet...can i hope that raw file support for the new Fuji HS50EXR camera will be added real soon?...please!

    I suspect it might have been released a bit late for the next camera update version, it really depends on how soon Adobe get their hands on a camera.

  • Linksys support for VoIP adapters

    I would like to know how to get in touch with Linksys tech support, via e-mail for instance.
    I would like to report a bug and ask for help on a new product I just bought. There doesn't seem to be any tech e-mail I can write to, just this community forum which of course isn't endorsed by Linksys. I posted the following topics here:
    http://forums.linksysbycisco.com/linksys/board/message?board.id=VoIP_Adapters&thread.id=5459
    http://forums.linksysbycisco.com/linksys/board/message?board.id=VoIP_Adapters&thread.id=5458
    If anyone can lend a hand I'd greatly appreciate it. I bought an SPA8000 on-line and don't really know where to ask for help or report bugs. I also tried the online chat service but it is unavailable for my product...
    Thanks in advance.

    Hi prashantqta,
    Welcome to the Nokia discussion boards!
    Unfortunately the Nokia 7230 does not have support for VOIP. Do you currently have this device or are you looking for a device with VOIP?
    Regards,
    haZey
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Support for legacy models

    You might ask... Handly sounds interesting, but can it be of any use if I already have a code model with a well-established API? (Or, perhaps, you'd like to use Handly in a greenfield, but are a bit uncomfortable about the leakage of Handly API to your model's clients.)
    If this sort of questions makes you delay considering Handly adoption, perhaps you should wait no longer. Handly can support legacy models while still providing the benefits of a uniform handle-based API. Find out how in this blog post:
    https://pisv.wordpress.com/2015/07/09/handly-support-for-legacy-models/

    Fax files are nothing but picture files. Chances are a program like Graphic Converter could open the files. You can download it and try it for free.
    http://www.lemkesoft.de/en/index.htm

  • Please add support for Lumix DMC-LX1

    I've had this excellent camera for a few months and am frustrated I can't use its RAW files with Aperture.
    At least I can use it with Lightroom and Photoshop CS2, but I want to use Aperture. I sincerely hope cameras are added to Aperture at least as quickly as Adobe can add them.

    I doubt you will have much luck here. I wish support for my Konica Minolta A200 would be added but there is little hope now Konica Minolta have left the market.
    One of Apple's main shortcomings in this area is their lack of RAW support. This will probally lead Adobe to have the upper hand with RAW processing as they support 100s more cameras than Apple do!

Maybe you are looking for

  • SQL query, Decode function or Case

    Hi, I am writing a procedure, receiving IN parameter p_user_type_cd where p_user_type possibles values are = 'STUDENT','STAFF','PROVIDER' if p_user_type_cd = 'STUDENT' , I would like to select WHERE user_type_cd = 'STUDENT' if p_user_type_cd = 'ALL'

  • Business Objects Explorer

    I installed the Business Objects explorer, I'm trying to make the settings required to use this feature but I can not. The procedure was realized the following: I downloaded the file in service.sap.com / swdc 'SAP BusinessObjects XI 3.1 SP1 WINDOWS E

  • CMS : import running status continues

    hi , I am moving my application from development server to production server. In production tab of CMS i hv imported . Tht import was running for more thn estimated time. also inbetwwen there was some problem with space on production server(/usr/sap

  • Adobe Premiere Elements 8 "Auto Analyzer" causes Microsoft Internet Explorer 9 and 10 to freeze.

    Adobe Premiere Elements 8 "Auto Analyzer" causes Microsoft Internet Explorer 9 and 10 to freeze. How is this fixed? Uninstall your software?

  • Running EJBs, JSC applications together in JBoss 4.0.1SP1

    This is not a question. It is just an example, in case somebody has some problem to run EJBs and JSC applications together in Jboss. Maybe this is a wrong place, but I did not know a better place. Sorry. Due to classloader issue, the following discus