Document indesign in xml – stroke and fill the information content in a tag

I want stroke and fill the information contented in a tag. Inside this tag, could be several paragraphs with different styles in paragraph or character.

I want stroke and fill the information contented in a tag. Inside this tag, could be several paragraphs with different styles in paragraph or character.

Similar Messages

  • Suggestion: preview of Stroke and Fill commands

    Instead of having to click OK to see the result then, if not happy, having to backtrack and try a variation any number of times, could we see the document updating as we change parameters in the dialogues of Stroke and Fill commands, please? This could be an option that the user can disable, of course.
    Ps is the leading app of its kind but in some ways it seems to be clinging onto the early 1990s.

    I confused myself earlier regarding the different stroke commands. Yesterday, I had been using "Edit > Stroke" and becoming frustrated with not seeing the result until after clicking OK, then having to repeat the process several times until the result looked good by trial and error. (Yes, I know that Layer Styles give a real-time preview when adjusting stroke, but in this particular case, Edit > Stroke was what I wanted to use.) Then I was working on another image and using "Stroke Path..." to apply a brush. The result wasn't quite right, so I had to backtrack, tweak the brush, apply again, and iterate the process numerous times.
    I realise that a real-time preview of "Stroke Path..." would not help when the brush needs adjusted. It would be wonderful if the brush or other tool could be adjusted while the "Stroke Path..." dialogue is open, and have a real-time preview. So, my wish is best generalised to one of real-time preview of most manipulations that the user can make in most dialogues, and for all dialogues which do not absolutely need to be modal to be become non-modal. Changing brush controls while the "Stroke Path..." dialogue is open and seeing the displayed image updating in real time is just one special case of the general principle.
    Our modern hardware easily supports such aids to creativity.

  • [svn:fx-trunk] 10828: FXG stroke and fill translation fix

    Revision: 10828
    Author:   [email protected]
    Date:     2009-10-02 10:41:48 -0700 (Fri, 02 Oct 2009)
    Log Message:
    FXG stroke and fill translation fix
    http://bugs.adobe.com/jira/browse/SDK-23257 - Gradient translation should occur from 0,0, not the upper left bounds
    The current API only passes in the shape's bounds. I have added a new targetOrigin parameter to IFill.begin, IStroke.apply and IStroke.createGraphicsStroke of type Point. It is the origin (0,0) of the shape in the target graphic's coordinate space.
    Changed the logic in the gradient stroke and fills. The x and y transform properties are now positioned relative to the origin instead of to the top left corner of the bounds. If no x and y are set, then the default behavior remains the same.
    Removed the centering logic in LinearGradientStroke when scaleX was set.
    This API change has been approved by PARB.
    QE notes: Need to add tests that exercise this logic
    Doc notes: Need to document additions to the API
    Bugs: SDK-23257
    Reviewer: Deepa
    Tests run: spark/primitives, gumbo/components
    Is noteworthy for integration: Yes, modifications to the API
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23257
        http://bugs.adobe.com/jira/browse/SDK-23257
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/FilledElemen t.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/StrokedEleme nt.as

  • Cant use colours in AI free version.stroke and fill options are not active either

    cant use colours in AI free version.stroke and fill options are not active either

    In the Trial version of Illustrator try this:
    In the top right of your screen, choose 'Essentials' from the workspace menu.
    Then from the same menu, choose Reset Essentials.
    Next, click the Selection tool in the Tools panel (strip on the left side of your screen, it is the black pointer at the top).
    Click on the object you want to change the stroke and fill colour for. Does it display with little handles around it (this is called bounding box)? E.g. can you tell it is selected?
    You should see the Stroke and Fill options in the Control panel (top horizontal strip above your document), if the object you've selected is a path. But if for instance you selected as a placed photo, you won't see the Stroke and Fill options.
    If possible take a screenshot of what you are trying to do, and we can be of more help hopefully.

  • Default Stroke and Fill

    I would like to remove the keyboard shortcut for default stroke and fill
    With object selected, if I type D it changes fill to none and stroke to black. I just want to get rid of this shortcut. I can't find it listed in the keyboard shortcuts

    In the Keyboard Shortcuts it's under
    Tools
    Apply Default Fill and Stroke Colors

  • How can I change one section of the document to a landscape orientation and not the whole document?

    How can I change one section of the document to a landscape orientation and not the whole document?

    Page Setup, including page orientation, is done in the File menu. The setting applies to the whole document. As Peter says, you can rotate the contents of a page (not including the text layer of a word processing document).
    As an alternative, you could use Numbers, where Sheets are empty canvases onto which you may place images, charts, tables and text boxes, and where page orientation may be set for individual Sheets. The main tradeoff is that you lose many of the built-in word processing and page layout features of Pages.
    Regards,
    Barry

  • How to read XML file and update the data in MS CRM 2011?

    Hi Folks,
    Can anyone please help me finding some references to read XML files and push the data to MS CRM 2011 preferably by using a console application.
    Please let me know if any ways of handling it in simple ways.
    Thanks,
    Sri

    HI,
    How to read XML file:
    https://social.msdn.microsoft.com/Forums/en-US/5dd7261b-86c4-4ca8-ba87-95196ef3ba50/need-to-display-xml-file-in-textboxes-edit-the-data-and-save-the-new-xml-file?forum=csharpgeneral
    How to work with CRM:
    ClientCredentials credentials = new ClientCredentials();
    credentials.Windows.ClientCredential = new System.Net.NetworkCredential("USER", "Password", "Domain");
    Uri uri = new Uri("http://server/Organization/XRMServices/2011/Organization.svc");
    OrganizationServiceProxy proxy = new OrganizationServiceProxy(uri, null, credentials, null);
    proxy.ServiceConfiguration.CurrentServiceEndpoint.Behaviors.Add(new ProxyTypesBehavior());
    IOrganizationService service = (IOrganizationService)proxy;
    //using "service" you can create, update and retrieve entities.
    More information here about service functions:
    https://msdn.microsoft.com/en-us/library/gg328198.aspx

  • I am living in a country where there is no credit card system. Though I have opened ID, whenever I sign in, it always says that I need to review my account. If I bought iTunes gift card and filled the form, will it be OK?

    If I buy iTunes gift card and fill the form, do I still need to fill credit card information and will I be able to access iTunes and apple store?

    Look for a None option in the Payment Methods;
    If you do not have one you will have to supply a bank card or redeem an iTunes Gift Card.

  • BPC unable to merge cells and fill the required colour in EVDRE report

    Hi BPC folks,
    We are developing an EVDRE report.In that we are trying to merge some cells and fill the required colour.
    after saving the BPC excel we are clicking on "expand all" button.It is going back to it's original format.ie without merging and keeping it's original colour.
    Please help us out on this issue.Answers will be appreciated.
    Thanks and Regards,
    Sudhakar.

    Hi,
    Once you expand your template, the manual formatting done on the template will be gone. You need to use formatrange in your EVDRE.
    Hope this helps.

  • Is it possible to have 2 different output config XML files and index the data into 2 endeca apps using the same indexing component ProductCatalogSimpleIndexingAdmin

    Hi ,
    We have a catalog that defines 2 types of products (they have too many different properties), so wanted to keep them on two different MDEX engines and serve the applications requests. Here DB catalog and front end ATG application is same for both the MDEX instances.
    Is it possible to have 2 different output config XML files and index the data into 2 endeca apps using the same indexing component ProductCatalogSimpleIndexingAdmin?
    Thanks
    Dev

    Hi, also have had some problem some monthes ago - I created separete component ProductCatalogSimpleIndexingAdminSecond. After that one of my colleage gave me some advice:
    The creating separate component like ProductCatalogSimpleIndexingAdmin for the second IOC is possible way for resolving your situation. But I afraid that this way will be required creating mane duplicates for already existed components.
    In my opinion the better way is the following:
    starting from AssemblerApplicationConfiguration and ApplicationConfiguration component. It contains details for connecting between ATG and Endeca. Of course you should configure different components for different Endeca Apps.
    After that:
    Find all components that uses AssemblerApplicationConfiguration and ApplicationConfiguration. Customize these components for using one or another  *Configuration component depending on what index works. (many variants released it: the most simple global custom component with flag.)
    Then customize the existed ProductCatalogSimpleIndexingAdmin. Using one or another IOC  and setting the flag in global custom component when index started. You can add some methods into your custom ProductCatalogSimpleIndexingAdmin like:
    Execute baseline index for both IOC (one by one)
    Execute baseline for IOC 1
    Execute baseline for IOC 2.
    Note: you should be afraid about incremental (partial) index in this configuration. But resolving conflicts in incremental index should be done after full implementation these changes.
    Regards

  • Dynamically generating the ssrs dataset and filling the data into the dataset and binding it to ssrs report dynamically

    I have a work to do, in ssrs we are using server reports in our project. i am looking for dynamically generating the ssrs dataset and filling the data into the dataset and binding the dataset to ssrs report(RDL) dynamically.
    Getting the dataset dynamically has a solution by using Report Definition Customization Extension (RDCE), but the problem is binding that dataset to the report(RDL) dynamically was not there.
    Here is the reference for RDCE http://www.codeproject.com/Articles/355461/Dynamically-Pointing-to-Shared-Data-Sources-on-SQL#6
    I looked for binding the dataset to the report(RDL) dynamically and searched many sites but i did not get the solution. Can anyone help me here.
    Is there any custom assemblies or any Custom data processing extensions to work around. Please help.
    Thanks in advance

    Hi Prabha2233,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • SLDCHECK error-Check and maintain the SLD content for the current client

    Hi experts,
           I am trying to configure PI on QAS box and getting this error when I ran SLD check. This is the only warning/error I am getting in YELLOW and the other messages were in green so thinking that is ok.
    =============
       Calling function LCR_GET_OWN_BUSINESS_SYSTEM
       Retrieving data from the SLD server...
      No corresponding business system found for system NWQ      client 001
        => Check and maintain the SLD content for the current client
        Summary: Connection to SLD works technically, but the SLD content may need maintenance
       => Check and maintain the SLD data content
    ==========
    I went through some threads and readiness check document but not able to get it resolved because I am a developer and not sure about exact steps. Please give me if you have any feedback and if there is admin jobs involved I will get BASIS help but it is totally my responsibilty to get the system up and running. Any help would be greatly appreciated.
    Thanks.
    Mithun

    Hi Mithun,
        Let me know if there is any recent changes/Patching/Upgradatiions in your server....
    Perform Cacherefresh both in ABAP and JAVA Stacks..
    For ABAP level cache go to SXI_CACHE -> RUNTIME->START DELTACACHE REFRESH
    >>>>SXI_CACHE -> RUNTIME->COMPLETE CACHE REFRESH
    CPACACHE:
    For complete cache refresh u2013 http://<hostname>:<port>/CPACache/refresh?mode=full
    For delta cache refresh u2013 http://<hostname>:<port>/CPACache/refresh?mode=delta
    Please let me know if this doesnot resolve your issue.
    Cheers!!!!
    Naveen

  • Help me Please.. I can log on to the Apple website to manage my account and all the information is correct, but I get "Your Apple ID has been disabled" when I try to get something from App Store on my iPad

    Help me Please.. I can log on to the Apple website to manage my account and all the information is correct, but I get “Your Apple ID has been disabled” when I try to get something from App Store on my iPad3
    I'm from poland.
    Thx
    Balbi

    Contact iTunes Customer Service and request assistance...
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I can log on to the Apple website to manage my account and all the information is correct, but I get "Your Apple ID has been disabled" when I try to get something from App Store on my iPhone.

    I can log on to the Apple website to manage my account and all the information is correct, but I get “Your Apple ID has been disabled” when I try to get something from App Store on my iPhone.

    You need to contact Apple Support, particularly iTunes Store support team.  Cheers!

  • HT4623 I tried updating to iOS6 via itunes bc my storage space was pass limit and now my phone is telling me it's in recovery mode and I need to restore it. I didn't back it up. How do I take it out of recovery mode and keep the information on my phone?

    I tried updating to iOS6 via itunes bc my storage space was pass limit and now my phone is telling me it's in recovery mode and I need to restore it. I didn't back it up. How do I take it out of recovery mode and keep the information on my phone?

    You cannot.  If it is in recovery mode, the data is already gone.
    Did you fail to make sure everything was on your computer before updating?

Maybe you are looking for

  • Delivery Status of Contract

    Hi all We have the <b>"Status"</b> view in the PO header which provides you with the informations like quantity ordered, quantity delivered and quantity invoiced. <b>Where do you get similar data's for a contract - Quantity contract and value contrac

  • Transfer of credit

    How can I give a friend some of my Skype credit as a birthday gift?

  • N97 picture problem

    Hi all. Ive had my N97 for a few weeks and i'm loving it. One problem i do have is with the picture viewer. Ive uploaded pictures with no problems and on the phone they are in the downloaded folder which is fine. How ever today ive gone to delete a f

  • International changes from British to US after system sleep

    Hi, The International menu flag chages from British to US after my system has been asleep. Any ideas as to how I may be able to stop this from happening? Thanks, Andyli

  • Identify Long Running Queries

    Hi, I need to identify the long running queries from a asp.net web application where connection pooling is enabled and need to stop them without killing session. Please guide me Thanks & Regards Nimish Garg