How to make all arts in a document layer rotate?

Open a new document in AI (CS5/CS6), and then draw some arts (rectangles), given an original point (such as 0,0), now I want to all arts in current layer rotate 30 degree around the origin. How to realize it?
Thanks in advance.

In AITransformArt.h you'll find AITransformArtSuite::TransformArt(). That's the method you'll want. You just need to build the appropriate matrix using the methods in AIRealMath.h -- with an AIRealMatrix -- and then apply that to all the art you want affected.

Similar Messages

  • How to make all hyperlinks in my document inactive, like you could in the old pages under link inspector

    In the pages 09 one could click inspector and the link inspector had a box, make all links inactive.  Where is this in the new pages?  It is needed for School papers. and editing. 
    Thx

    Hi Hans,
    Doesn´t anyone no a way to, at least, avoid getting automatic-underlined-coloured links?
    Try this:
    Untick Smart Links.
    Regards,
    Ian.

  • Hi there, i have Q i have excel file it need to be block with password. Could you please explain how i make password protect to Excel document

    Hi there,
    i have Q i have excel file it need to be block with password. Could you please explain how i make password protect to Excel document
    Thanks

    On the File menu, click Save As.
    On the Tools menu, click General Options.
    Do either or both of the following:
    If you want users to enter a password before they can view the workbook, type a password in the Password to open box, and then click OK.
    If you want users to enter a password before they can save changes to the workbook, type a password in the Password to modify box.
    NOTE   Unlike passwords you specify in the Password to open box, passwords you specify in the Password to modify box are not encrypted. These passwords are only meant to give specific users permission to modify workbook data. For optimal password security, it's best to assign both passwords. An encrypted password to access the workbook, and one to provide specific users with permission to modify its content. IMPORTANT   Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Use a strong password that you can remember so that you don't have to write it down.
    If you want to use a different encryption type, click Advanced, click the type you want in the Choose an encryption type list, and then click OK.
    If needed, specify the number of characters you want in the Choose a key length box.
    NOTE   Document property encryption is enabled by default for most encryption types and providers. It prevents unauthorized users from viewing summary and custom file properties (such as the author or any custom file information) in theProperties dialog box. When users right-click the password-protected file, and then click Properties, information won't be available on the Summary tab and Customtab. Authorized users, however, can open the file and view all file properties (Filemenu, Properties command). To disable document property encryption, clear theEncrypt document properties check box.
    Click OK.
    When prompted, retype your passwords to confirm them.
    Click Save.
    If prompted, click Yes to replace the existing workbook.
    NOTE   You can also secure a workbook with a password on the Security tab of the Options dialog box (Tools menu, Options command).

  • I have added a 5 songs from a single album and in Ipod it comes as enigma album and in that one song is available and another album named enigma and another song. IT happens for 5 songs also. How to make all the 5 songs in one album name Enigma

    I have added a 5 songs from a single album and in Ipod it comes as enigma album and in that one song is available and another album named enigma and another song. IT happens for 5 songs also. How to make all the 5 songs in one album name Enigma???

    I am working on a friend of mine's 15g ipod(W/dock connector)and I am having the same trouble except it does it to all the songs. I have tried reseting it multiple times, but to no avail.
    I am not sure that this runs on windows XP, it is absolutly archaic (compared to my 5th gen. 30g video).
    Help?
    15g ipod (w/dock connector)   Windows XP  
      Windows XP  

  • How to make all fields mandatory in sales order T- code VA01 initial screen

    Dear all,
    how to make all fields mandatory in sales order T- code VA01 initial screen itself
    The fields are
    Sales Organization
    Distribution Channel
    Division
    Sales Office
    Sales Group
    Regards,
    Amar Reddy

    Hi,
    You can use Transaction Variant to achieve this functionality.Please go through the following link which helps you in creating the same.
    [Link|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Phani Prasad

  • How to make all nodes in a detailed navigation tree open automatically??

    Dear All,
    I have added some iViews to two folders and add these two folders to a workset "Time" and then add "Time" to the role of Employee portal user.
    How to make all nodes expanded automatically when this workset is clicked in EP??
    thanks,
    Zita

    Not surprising...it does not work even if you follow the exact way...
    Role ->
             Workset 1
                          -> Page 1
                          -> Workset 2
                                           -> Page 2
                          -> Workset 3
                                           -> Page 3
    When the user clicks on Role which is the Entry Point, I want the user to see Page1 (works alright) and want the tree node Workset 2 open (doesn't work)...I want tree node Workset 3 closed (which is what happens...)
    The thing is Workset 2 has to be open...
    This is what I've done...I've made the Initial State of Navigation Panel set to "Open"...
    What else is to be done????
    Thanks a lot.
    JP

  • How to make all settings default?

    how to make all settings default?

    What specific settings are you alluding to?  More details please.
    Ciao.

  • How to make all the rows editable in webdynpro alv output

    Hi,
    How to make all the rows editable in webdynpro alv output.
    Thanks
    Rakshar

    Hi Rakshar,
    Check this wiki:
    http://wiki.sdn.sap.com/wiki/display/WDABAP/HowtoeditconditionallyrowofaALVtableinWebDynprofor+ABAP
    Regards

  • How to make all Button component instances trigger rollOver sound?

    Hello all--
    I am using the Button component (the one shipped with CS3) in
    many places in my AS3 project. I am coding in .as files, not on the
    timeline.
    I have skinned the Button to use the colors I like. Now I
    wish to "skin" it so that all instances generate a rollOver sound,
    and I'll be darned if I can figure out how.
    I know I can listen for ROLL_OVER events in each Button
    instance. But I have many many Buttons and it seems kludgy to add
    that same code to every class I have which tracks a Button. I am
    hoping there is some way I can make *all* instances of Button
    respond to rollOver the same way. I am hoping it is like
    setComponentStyle or changing the skin for the Button; I can do it
    in one place and it works everywhere.
    I guess I can listen on the Stage level for bubble-ups of
    ROLL_OVER, trap those that come from Button instances, and handle
    it from there, but stagewide listeners also seem a tad kludgy.
    Is there some elegant way to make all my Buttons
    automagically generate the same rollOver sound?
    Many thanks,
    Matthew Ford

    It's regrettable there is no reply. But in case someone comes
    across this topic, FYI I put on my main View class (to which all
    other views and GUI are childed) an
    addEventListener(MouseEvent.MOUSE_OVER...). The MOUSE_OVER events
    bubble up to that.
    Then in the listener function I see if the event.target is
    Button. If it is, I trigger the sound.
    Curiously, the supposedly better ROLL_OVER event did not
    bubble up predictably. Sometimes it did and sometimes it did not.
    But the docs say that event is not supposed to bubble for some
    reason.
    I still think there is a better way and I'd like to hear it.
    Maybe I just need to make my own clone and adaptation of the
    Button, but I am not experienced yet with creating components
    (SWCs) and it appears that simply overriding the Button class with
    my own .as file does not work-- the rollOver functions report
    errors that they cannot be overridden.

  • How to make all rules active in Mail

    Every time I sync my MacBook with my IMac through Mobile Me, the rule sync OK but it deactivate my rules. I have to click on every single one again to make them active. Is there a faster way to make all the rules active at once. TIA.

    Make them active then re-sync. You are obviously updating from the old saved information not the new. If that doesn't work, then remove your computer from the authorized sync list and start fresh. You can then copy all your information FROM the computer to MobileMe.

  • How to make all the rows of a table editable

    I have a table in a view, with visibileRowCount property as 5. The internal table which is bound to the context has 2 rows.
    I want to make all the 5 rows of this table as editable. As of now, as there are just 2 rows in the internal table, only the first 2 rows of the table in the view are editable.
    My idea is to avoid the use of a 'Add row' button for this table. Is it possible to do this?
    Points will be rewarded. thanks.

    hi john....
                just insert 3 more empty records into your internal table... so it becomes editable.
    ---regards,
       alexb justin

  • How to Make all Layers Visible in Final Photo?

    Hello, I'm new at PS and CS5. While retouching a portrait, I've created 5 layers. When the eye is open on all layers in the layers palette the only layer that seems to be active is the one on top of the list. If I move a different layer to the top, then that layer is active and the others, even though marked active, are not visible in the actual photo. I tried merging all the layers and there was no difference. What am I missing? Thanks.

    If you're duplicating a layer to make changes, then you are duplicating all the pixels on that layer.  I don't know why a tutorial might suggest that, except perhaps to give you a point to go back to if something goes wrong.  It's important to note that such a layer, assuming you keep it at 100% opacity, will completely occlude all layers below it.
    A similar technique which builds upon lower layers and does involve all layers being visible is this:
    1.  Create a new, completely transparent layer.
    2.  Use tools such as Clone, Fill, Paint, etc. to draw on the transparent layer (setting them to sample from layer(s) below).
    In this fashion you can have the entire original image intact, yet create a derivative work that involves layers that have just the changes on them.
    Again, the key here is opacity.  If a layer is transparent (or partially transparent, or parts of it are transparent), you can see through it to information from layer(s) below.
    If a layer is 100% opaque and there are no "holes" erased in it or masked from it, then any layers underneath are not participating in the look of the image.  But they may still be there to provide you a handy reference for what the image looked like before changes, etc.
    -Noel

  • How to make "all day" the default in calendar ?

    Is there a way to make "all day" the default appointment time in calendar?
    Thanks

    To my knowledge, no.
    Barry

  • How to Make All Events in One Calendar Have Alerts Automatically

    I am a college student majoring in engineering, which means I always have lots of homework due at various times. So to help me keep better track of when my assignments are due, I have started putting the due dates into my calendar. The only problem with that is every time I enter in a new event I have to set up an alert for that particular event. This is extremely annoying having to do this for each assignment. What I am wondering is there a way to make it so that every event in my "Homework" Calendar sends me an alert two hours before the event starts? I know you can make it so that all events send you an alert, but I just want this one calendar to automatically send alerts for it's events. Any help is greatly appreciated!

    Thread is closed.
    'Twas simple, but problem was my lack of knowledge how winhelp is built.
    I needed to Update (synchronizae) document after I linked it and built proper topics and link them with proper document section.

  • How to make all text in a pdf accessible

    I want to copy text from a scanned in .pdf to a Word document. Some is able to be copied but other text isn't. How do I make it all able to be copied?

    Until the scanned image of text that is in a PDF has OCR applied there is only a picture / an image - there is no text.
    Post OCR there are characters available for those images of characters that are recognized.
    Not all characters are always recognized.
    What is recognized / captured can be copied and pasted, can be exported / saved as to TXT, RTF, DOC, DOCX.
    Sometimes a scanned image with OCR results in pretty darn good content from OCR that results in pretty good export.
    BUT - anything scanned is a "sow's ear" & a silk purse (export to Word needing little to no remediation) cannot be made from a sow's ear.
    Be well...

Maybe you are looking for

  • I can't seem to get individual elements when comparing 2 arrays using Compare-Object

    My backup software keeps track of servers with issues using a 30 day rolling log, which it emails to me once a week in CSV format. What I want to do is create a master list of servers, then compare that master list against the new weekly lists to ide

  • ICR-Intercompany Reconciliations - Use of Sets

    Hi ALL We are in the process of implemeting the ICR process and have chosen to go with the Process 003 with Customer and Vendor Open items but at the same time have chosen to include GL Open items from Process 001. Our client requires that only certa

  • Read from measurement file (wrong values)

    I have a VI where I save data using the ''Write To Measurement File utility''. When I open the .lvm file in the note pad I can see all the data correctly, but when I use the "Read From Measurement File" tool and try tho make a graph the data shown is

  • I sight camera colours washed out

    The colours in photo booth are very washed out.....even in bright conditions....and with both filters on normal. Does anyone know where the controls are,so I can boost the image to normal. Thanks

  • I just bought Creative Cloud Photography Plan and it doesn't work?

    So I just bought the CC photography plan and when I click the download now button it re-directs to a failed to open page....  Why?