Enlarge and collapse text

using microsoft  word 2013, i have created a document with ENLARGE AND COLLAPSE TEXT features. When I convert it in PDF, there is no such feature. How can we make text click to enlarge and click to collapse in pdf.

Not something supported by PDF.
Be well...

Similar Messages

  • Implementing enlarge and Collapse feature for KM iViews/Pages

    Hi All,
    We are showing the KM folder structure in Portal content area, I would like to know whether we can implement the feature of Enlarging and collapsing for the KM iViews/Pages the way SAP Implemented for navigation panel with which we can expand/contract the content area space...
    Any help is highly appreciated.
    Regards
    Som

    Hi Vasu,
    first of all sorry for the mistake in the link.Anyway,
    regarding your requirement,this is very well possible.
    If you could watch the code in the link closely,there is a function called toggle. In its definition
    just modify the code this way(below the alert comment).
    if(disp == "") {
      div.style.display = "";
      div.style.width = "100px";// this is where we reduce the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px"; // original layout width
    so when u click on the icon now initially it opens up to a larger width. on clicking again, it will now collapse a portion of the width(as per your need.. not fully)
    similarly if you want to enlarge the width
    write another  toggle function and give
    if(disp == "") {
      div.style.display = "";
      div.style.width = "300px";// this is where we increase the width of the layout
    } else {
      div.style.display = "";
      div.style.width = "200px";
    You can modify these values as per your requirement.
    I have tried out collapsing the portion of the width with this code.It works fine.So for enlarging also this will work.
    Hope this helps,
    Regards,
    Uma.

  • Enlarging and collapsing navigation panel

    Hi All,
    We are showing the KM folder structure in Portal content area, we want to know whether we can implement the feature of Enlarging and collapsing navigation panel to the Portal content area also the way SAP Implemented for navigation panel with which we can expand/contract the content area space...
    Any help is highly appreciated.
    Regards
    Som

    See Implementing enlarge and Collapse feature for KM iViews/Pages

  • I ask the third time: How can I enlarge the menue symbols and the text of the menue in Photoshop CS6 vers.13 so that I can read them??? My laptop has Win 8.1 and a screen resolution of 3840x2160

    I ask the third time:
    How can I enlarge the menue symbols and the text of the menue in Photoshop CS6 vers.13 so that I can read them??? My laptop has Win 8.1 and a screen resolution of 3840x2160.
    It is unbelievable that such an expensive software does not provide a proper lay out wit a high screen resolution!
    It is also unbelivable that it is not possible to get a qualified employee of ADOBE on the phone in Germany.
    hope of feed back: e-mail: [email protected]

    Chris Cox answered your question here:
    I have PS cs6 extended and a new laptop with screen resolution of 3840x2160. Now all control elements and menues are so small that I can not reed them. How can I make them readable without reducing the resolution of the schreen?

  • HT1688 my iPhone screen is enlarged and I can't change it back.  I can't answer my phone or see texts.

    My iPhone screen is enlarged and I can't change it back.  I can't power the phone off or use it any way while it is like this.

    Double tap with three fingers to switch off zoom, then go to Settings > General > Accessibility and disable Zoom.

  • Adding a link to expand and collapse all DHTML drop downs

    Hi, can anyone help me adapt the "Skinny on Skins" example "Add a Toolbar button to expand and collapse all DHTML drop downs" so that it will work with just a simple HTML link in RH8, instead of being attached to a custom skin button?
    The example looks like this:
    Step 1. Open the Skins Editor for the skin where you want to add the button.
    Step 2. After the preview loads into the window, ensure that the Toolbar tab has focus, then click the plus symbol. The Custom Toolbar Item dialog should display.
    Step 3. Type the Item Name (This is simply an internal reference for the button).
    Step 4. Type the Text (This is the text that will be seen by the end user. The field must contain something. So if you don't want any verbiage to display for your toolbar item, simply type a space.)
    Step 5. Choose your Image Options, then click the Action tab.
    Step 6. Click the JavaScript option button.
    Step 7. Enter the following code in the OnClick field:
    javascript:toggle()
    Step 8. In the JavaScript area, ensure the Inline JavaScript option button is selected, then click the edit (Pencil) icon located to the right.
    Step 9. Enter the following code in the Inline JavaScript dialog
    var show = "false";
    function toggle() {
    parent.frames[1].bsscright.focus();
    var arrayofDivs = parent.frames[1].bsscright.document.all.tags('DIV');
    if (show == "false") {
    for (x=0;x<arrayofDivs.length;x++) { arrayofDivs[x].style.display = "block";}
    show = "true";}
    else {
    for (x=0;x<arrayofDivs.length;x++) { arrayofDivs[x].style.display = "none"; }
    show = "false"; }
    Step 10. Click the OK button to close the Inline JavaScript dialog.
    Step 11. Click the OK button to close the Custom Toolbar Item dialog.
    Step 12. Click the OK button to close the Skin Editor.
    Step 13. Generate WebHelp via File > Generate > WebHelp and ensure that you have the new button selected with a check mark. This will probably require stepping through some screens to see the place where you can select it.
    Many thanks
    Jonathan

    Hi again
    I want to use it in the header of one of my Master Pages, so it will only be created/maintained once. Not all my pages have drop downs in so rather than have a toolbar button available for every page, I was trying to be a bit cuter by having two Master Pages - one for normal pages and one for pages with drop downs in.
    I'm no javascript expert so I'll see if one of my developers can help.
    Thanks anyway
    Jonathan

  • What is the best way to create a read more/collapse text box on the homepage of a site?

    What is the best way to create a read more/collapse text box on the homepage of a site?

    I figured this out by using a lightbox. I set the trigger at the top of the box, hid all initially and added a close button. In the box that would have linked to the first thumbnail for the lightbox, I added a text box that said "read more"

  • Help using TLF text - expand/collapse text

    Using a large amount of formatted text, is it possible to make titles or headlines within the text clickable? Once clicked, the portion of text would expand and collapse accordingly. The text field would likely include around 80 headlines. I found code to show/hide a string of text, but not formatted tlf text. Any ideas?

    this will get you started:
    var tf:TextField = new TextField();
    tf.multiline=true;
    tf.background=true;
    tf.border = true;
    tf.width = 400;
    tf.autoSize=TextFieldAutoSize.LEFT;
    tf.htmlText = "text1 <u><a href='event:link1'>link1</a></u><br>"
                             +  "text2 <u><a href='event:link2'>link2</a></u><br>"
                             +  "text3 <u><a href='event:link3'>link3</a></u><br>";
    var extraTextA=["<br/><br/>extra text after link1<br/><br/>","<br/><br/>extra after link2<br/><br/>","<br/><br/>extra after link3<br/>"];
    var s:String = "</a></u>";
    var n:int = s.length;
    tf.addEventListener(TextEvent.LINK, tfF);
    this.addChild(tf);
    function tfF(e:TextEvent):void {
        var insertIndex = tf.htmlText.lastIndexOf(e.text)+e.text.length+n;
        var prefixS:String = tf.htmlText.substr(0,insertIndex);
        var suffixS:String = tf.htmlText.substr(insertIndex);
        var extraS:String = extraTextA[Number(e.text.substr(4))-1];
        if(tf.htmlText.indexOf(extraS)==-1 ){
            tf.htmlText = prefixS+extraS+suffixS;
        } else {
            tf.htmlText = tf.htmlText.split(extraS).join("");

  • Expandable lists that expand and collapse with one click and edit in wysiwyg

    I have a lot of text based lists on one page, so I threw them into content editor web parts so i can expand / minimize the lists. However, two clicks (one on the arrow and then one on "restore") is becoming really tiresome. How can I make expandable
    lists that expand and collapse with one click? AND they are still editable from the wysiwyg browser editing tool?
    I have already tried using Jquery to create expandable content, but the problem here is that the content can't be edited in the wysiwyg browser based editor - the expand or collapse button doesn't "work" when you are in the edit mode, so you can never
    see the expandable content to edit. I can change the content in the code but it's no good if my non-coder co-workers can't also edit it.
    I am in 2010.

    I just found the answer myself here: blog (.) pathtosharepoint.com/2008/10/25/expandcollapse-buttons-for-your-web-parts/
    Worked perfectly. Allows open and close of CEWP with one click, and you can still edit their content in the wysiwyg editor.

  • Use VBA and Excel to open Dreamweaver HTML (CS5), find and replace text, save and close

    I wish to use VBA and Excel to programmatically open numbered Dreamweaver HTML (CS5) and find and replace text in the code view of these files, save and close them.
    I have  5000 associations between Find: x0001 and Replace: y0001 in an Excel sheet.
    I have the VBA written but do not know how to open, close and save the code view of the ####.html files. Please ... and thank you...
    [email protected]

    This is actually the code view of file ####.html that I wish to find and replace programmatically where #### is a four digit number cataloguing each painting.... In 1995 I thought this was clever... maybe not so clever now :>)) Thank you for whatever you can do Rob!
    !####.jpg!
    h2. "Name####"
    Oils on acrylic foundation commercial canvas - . xx X xx (inches) Started
    Back of the Painting In Progress </p> </body> </html>
    Warmest regards,
    Phil the Forecaster, http://philtheforecaster.blogspot.ca/ and http://phils-market.blogspot.ca/

  • I have an iphone 4s and the text i send to a friend with a galaxy 4s he is not receiving any help?

    i have an Iphone 4S and the text i send to a friend with a galaxy 4s he is not receiving. Any help?

    Then it's sending as SMS and not iMessage (that's good) so deleting the contact probably didn't help. It also seems iMessage isn't redirecting his texts as he's not used and apple device on the account previously. Can he receive a picture message from you instead? Does he receive texts from other  apple devices? (iPhones,pods/pads) try sending a text through Verizon online using your account on a web browser. If it is also blocked then it confirms the issue is with his device, well at least points you there rather than guessing if it's yours or his or both. There's some ideas, let me know- Joe
    Sent from my iPhone

  • HT4623 my iPhone can call out and receive text messages and emails but is not receiving any incoming calls

    my Iphone can call ut and receive text/email messages but is not receiving incoming calls.  What is your thought?

    Hi Baileyfour,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    There are two places where vibrations can be set.
    One is the Settings > Sounds
    The other area is Settings > Notifications
    If you have an app set to Alert, it may have a vibration set for it.
    iOS: Understanding Notifications
    http://support.apple.com/kb/ht3576
    Information about Notifications settings can also be found in the iPhone User Guide (pages 131, 132)
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    I hope this information helps ....
    Have a great day!
    - Judy

  • Anchor tag error, also copy and pasting text comes up "null"

    After the recent update I am receiving anchor tag errors telling me to start with an alphabetic letter, which I was. Also no longer lets me copy and paste text onto a page, instead it says "null". Any ideas on a fix ?

    I don't see a closing </body> tag in your code.  There's an opening tag, but no closing tag, hence unbalanced.
    ^_^

  • My iphone 4S stopped receiving and sending text messges. Help!

    My iphone 4S stopped receiving and sending text messges. Help!

    Hi J.A. Curie!
    Here is an article that can help you troubleshoot this issue:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • Difference in a string and the text retrieved from JTextBox

    Hello,
    I am facing a peculiar problem. Please see the following code fragment:
    m.replaceAll(";\ngo;);
    where m is a matcher. This is working fine. But whenever I am doing
    m.replaceAll(myTextBox.getText());
    and placing ";\ngo;" in the text Field is not working as before. This is because that getText() returns a string in text form(doesnot take the newline into consideration). Any idea how to solve this?
    Regards,
    Saurav

    Here is the following code:
    File fin = new File(file);
    File fout = new File("C:\\Temp\\temp123.txt");
    FileInputStream fis = new FileInputStream(fin);
    FileOutputStream fos = new FileOutputStream(fout);
    BufferedReader in = new BufferedReader(new InputStreamReader(fis));
    BufferedWriter out = new BufferedWriter(new OutputStreamWriter(fos));
    Pattern p = Pattern.compile(find);
    Matcher m = p.matcher("");
    String aLine = null;
    while((aLine = in.readLine()) != null) {
    m.reset(aLine);
    String result = m.replaceAll(replace);
    out.write(result);
    out.newLine();
    in.close();
    out.close();
    What I intend to do is that the user will provide a fileName from the GUI and also the text to find and the text to repalce with. Both of them will be in a JTextBox. Now
    suppose I want to replace ";" in the line "Hello;" with ";\nHow are u?" so that the line looks like
    "Hello;
    How are u?"
    But what is happening is that the line looks like
    "Hello;\nHow are u?" after replacement.
    This happens because getText() doesnot considers that as a special character...
    I tried to harcode the replace string and it worked perfectly....
    Thats the problem.....I need the same behaviour with getText().
    Regards,
    Saurav

Maybe you are looking for

  • Print Button not working properly in form

    Hi Experts, I have modified one form everything fine but i faced one problem. when ever enter the item details in form then (print button is there)press the print button it will be give pdf file data properly coming, again if i modify the item detail

  • CS4 Audio and Video are misalligned-- Assistance is appreciated.

    I just recently purchased the CS4 Production Premium and am having alot of fun with Premier, but I've run into a problem with one of my clips.  It is playing the video perfectly fine, but the audio seems to be a second or two delayed.  Does anyone ha

  • Db13 jobs fails

    Hello, we have distributed production server.we shceduled db13 jobs like checkdb and update statistics these job s are getting failure sapxpg rfc connection also failed. Job started Step 001 started (program RSDBAJOB, variant &0000000000009, user ID

  • Programmatically closing a JMenu

    Hi, I am working on an speech based application using JSAPI. To add the the users ease, i have commands like "open file menu etc. which would then open (drop down) the file menu. the following line would do this: fileMenu.doClick(); where fileMenu is

  • Condition Classification - Changed

    Hi All, I have created a PO and posting of excise invoice is also done. Now I have changed "TAX CONDITION CLASSIFICATIONS" in SPRO as shown below (tax settings for India) I have added the following condition types (AFTER POSTING THE EXCISE INVOICE) i