How can I set the border of an image

How can gurus, I set the boundary for my image?

Kratnthi

Hello

Get the webbean of the image and you can find the setBorderLine method.

OAImageBean image =
CreateWebBean (OAImageBean) (pageContext, OAWebBeanConstants.IMAGE_BEAN, null, 'image');

image.setBorderline (1);

Concerning
Meher Irk

Tags: Oracle Applications

Similar Questions

  • How can I set the border af:inputText None

    Hi all

    I trying too hard to set the border of the af: inputText to no unsing the palette property of the inputText but I ran out

    can someone tell me how to put the af:inputText to zero boder. I don't want to see the border for FY: inputText.

    I use jdeveloper 12 c

    Thank you

    You can use the count for this type

    AF | {inputText

    border: none;

    border-color: transparent;

    }

    AF | {inputText::content}

    border: none;

    border-color: transparent;

    }

    AF | inputText:context - content {}

    border: none;

    border-color: transparent;

    }

    Timo

  • How can I set the default download locations

    How can I set the default download locations?

    You can watch here:

    • Tools > Options > general: downloads
  • How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point

    How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point. I've been messing around with the without success. I'm under Labview 2012.

    Thank you!

    Townes wrote:

    I can't understand what you mean. I have no formal training with labview. It took me a long time to write the simple program that I joined. Any guidance would be greatly appreciated!

    Its pretty normal for a beginner to take the time to write code. Right-click the map of waveform > Create > property node > historical data, you will get a property node, keep this at the beginning of the code and create a constant. You can also go to the VI properties and > run and select "clear indicators when it is called.

    I recommend you to go through the basic materials of LabVIEW which will give you an understanding on the basics of bases/components of LabVIEW.

  • How can I set the default font size and type for the outgoing Hotmail mail?

    How can I set the default font size and type for the outgoing Hotmail mail?

    Hi Dale,

    What is the email client do you use?

    Outlook can be configured per - start Outlook-> Tools-> Options-> mail-> fixed Format and fonts... Select the font and size you need... Click ok on all screens.

    I hope this helps.

  • How can I set the format of Windows Media Center at 16:10 in other than the full screen?

    How can I set the format of Windows Media Center in Vista at 16:10 in other than the full screen? I use a screen as secondary display 1680x1050px.

    Hello, YPOC

    It is not possible to change the proportions for Media Center in windowed mode.

    The aspect ratio has been changed in Windows 7 and uses a format screen mode to windowed.

  • I have my printer connected to my router via a usb cable... I also have my (Vista) computer connected to the router by ethernet cable. How can I set the computer to print on my prints through the router?

    I have my printer connected to my router via a usb cable. I also have my (Vista) computer connected to the router by ethernet cable. How can I set the computer to print to my printer via the router?

    Usually, you need to install the printing software / drivers on your PC, configured / installed specially for a printer "remote" (its an option in the installation of the printer software)

  • How can I set the time on the toolbar of the low wing? When I click on the taskbar do a right-click and then click Properties, it does not give me the option to display the time?

    How can I set the time display on the toolbar of the low wing?  When I click with the right button on the taskbar, and click show properties, it does not give me the options to display the time?  Where should I go in windows 7 to do this?  I clicked on the date and time also, and it does give me an option to add there either. Please help.

    Thank you

    How can I set the time display on the toolbar of the low wing?  When I click with the right button on the taskbar, and click show properties, it does not give me the options to display the time?  Where should I go in windows 7 to do this?  I clicked on the date and time also, and it does give me an option to add there either. Please help.

    Thank you

    Right-click the taskbar, and then select Properties. On taskbar you of the tab, click Customize. Scroll to the clock and change the "behaviours" on it.

  • How can I set the pointer or mouse to do only the things when I double click?

    Original title: my highlites pointer without clicking, opening up much more often.  How can I set the pointer or mouse to do only the things when I double click?

    How can I configure my pointer/mouse to do only the things when I double click?  Currently, it has a mind of its own, putting highlight and things that I don't want to open.

    Hi George,.

    Try the following steps to disable the functionality of hover and check if it helps.
    a. Click Start and select Control Panel
    b. click on ease of access and select make the mouse easier to use
    c. If there is a check box for activate a window by hovering over it with the mouse uncheck it.

    You can also read the following article and check.

    Change the settings of the mouse

  • How can I set the scope of the attributes are incompatible error in Windows 8 pro?

    How can I set the scope of the attributes are incompatible error in Windows 8 pro?

    Whenever I try to run a setup.exe file, it gives me this error. What can I do to fix this?
    Help, please!

    WOAH ARE RESISTING NOT EVERYONE!

    THERE IS A MUCH EASIER WAY TO DO THIS!
    Well, I looked for a solution on google (Yes google) for 20 minutes and found four sites that had a bajillion ways to solve this problem.
    Dang, I was wrong.  So, when I dropped, I searched it on youtube, and here's what I got it is frighteningly SIMPLE!
    These are the? indications that I give to you people of the video (easier to look at):
    1 right-click the volume in the taskbar icon, and select sounds
    2. scroll down about 3/4 on the events program: the list and select the option that says Windows user account control
    3. change the sounds: option ( no), and then click OK
    YOU ARE FINISHED NOW, AND THE PROBLEM IS SOLVED... I have no idea how it works, but it doesn't... I AM IN AWE IN FRONT OF
  • How can I set the first row is 0, depending on the text box

    How can I set the first row is 0, according to the text box selected_text_to_inlineobj.jsx


    https://gist.github.com/milligramme/9368861@

    Try this,

    function boooxed (object_style_name) {
      if (app.selection.length !== 1) return
      var doc = app.documents[0];
      var sel = doc.selection[0];
      if ('baseline' in sel) {
        var bx = sel.insertionPoints[0].textFrames.add();
        bx.appliedObjectStyle = doc.objectStyles.item(object_style_name);
        bx.geometricBounds = [0,0,5,30];
        sel.duplicate(LocationOptions.AT_END, bx.parentStory);
        bx.insertionPoints[0].firstLineIndent=0;
        bx.fit(FitOptions.FRAME_TO_CONTENT);
        if (sel.contents.length) sel.remove();
      }
    };
    
    var object_style_name = "AAA"; //set anchored object settings, textframe preferences, and more
    boooxed(object_style_name);
    

    Vandy

  • How can I set the jumpers on a (thin) teac cd-244e?

    I have an optiplex gx240-SFF I installed a thin teac cd-244e on (pc seems to have had no prior installation CD-ROM). I am running win2000pro. My system does not recognize the cd-rom drive in the BIOS or anywhere else.  Some say it is due to the configuration of the jumpers on the drive, but I don't see any rider on this SLIM drive. How can I set the jumpers?


  • How can I set the maximum number of reboots for my PDF files?

    I want to sent my PDF to a friend, but I just let see only twice.


    How can I set the maximum number of reboots for my PDF files?

    My software is Acrobat X

    You can't - a PDF security options do not allow control over the number of times the file can be opened, even using DRM.

  • How can I set the DSO AU to 8 MB during install/config grid Infrastructure?

    Hello

    How can I set the DSO AU to 8 MB during install/config grid Infrastructure? Storage installer screens do not have the ability to set a caliber of more big to ASM when creating initial DATA DG, just go with the value defaults to THE (1 MB). Our SAN provider did studies and for ASM a framework to THE 8 MB instead of the default 1 MB will give better performance. Is there a template that I can change preinstall so the installer will create the DG with a frame of 8 MB DATA?


    Thank you
    Tom

    Hello

    You can not change it to the default diskgroup created during installation of GI.

    Only option you have is to make an installation by default, create a new diskgroup and move all the files needed.
    If you can read German see here for a tip on how to do it:

    http://www.Oracle.com/WebFolder/technetwork/de/community/dbadmin/tipps/asm_dg_change/index.html

    Concerning
    Sebastian

  • How can I get the green check mark image in APEX?

    How can I get the green check mark Image that appears whenever an action is processed in the APEX?  I use the Application Express 4.2.1.00.08.  I need to add the image of mark in a column on a report that shows the lines that have already been discussed.

    Can someone tell me how to do this?

    I was able to produce the report with the following:

    Select case when Status = 'closed '.

    can ''

    else ''

    end as "completed."

    'ID', 'PROJECT', 'TASKNAME', 'START_DATE', 'END_DATE', 'STATUS', 'ASSIGNED_TO', 'COST', 'BUDGET '.

    TASKS

    Once you add this column of the report, change the properties of the REPORT of the region, then the columns (filled) ATTRIBUTES and change the setting "display as" 'Standard report Column'-, this allows the browser to "make" image compared to only print the text string of the "img" tag

Maybe you are looking for

  • Satego X 200-21 L - CPU-Upgrade

    Hello I ve recently bought a Satego X 200-21 L with a T7500. I´ll want to upgrade the processor to a X 7800. Does anyone know if its possible?

  • Watch for problems on Yosemite 10.10.5 on MacBook Pro

    I run my MacBook Pro (15-inch, mid 2010) with Yosemite 10.10.5. Since the loading of Yosemite, I have problems with the MacBook is running slowly. I think the problem is with the driver for my external monitor of LG W2240T. I can't type a 6 letter wo

  • Clear the password BIOS on Satellite Pro A300

    Hey guys,. I'm selling my laptop and to reset my bios password, and I don't know how. To clear the password is greyed out in the BIOS. Have updated to 1.8 and not go. See you soon.

  • HP Officejet 4500 Wireless: Parse error

    My Wireless HP 4500 will not my MacBook Pro analyze more. I get this error message: "The analysis cannot because another program has control of the HP imaging device. Try the following steps. After each step, try to scan the image. -Restart the progr

  • How to combine 2 photos 1 photography

    How to combine 2 photography int photographs 1 I want to sell stamps on e - bay. How to buy both sides of the stamp in an image