Font type in richTextEditor

Hi all,
Is there a way to change font type in richtexteditor?
Need urgent help.
Thanks.
Anil

Please check whether this will be useful
//Font DropDown
TestViewObjectImpl fontListVO = (TestViewObjectImpl)rootAM.findOrCreateVO("fontList"
, "oracle.apps.ams.fwk.poplist.server.TestFndLookupPLVO");
if (fontListVO != null)
fontListVO.setWhereClauseParam(0, new Integer(530));
fontListVO.setWhereClauseParam(1, "AMS_EMAIL_FONT");
fontListVO.executeQuery();
OAMessageChoiceBean font = (OAMessageChoiceBean) createWebBean(pageContext, MESSAGE_CHOICE_BEAN);
font.setPickListViewUsageName("fontList");
font.setListValueAttribute("LookupCode");
font.setListDisplayAttribute("Meaning" );
font.setID("font");
font.setDefaultValue("FONT");
          OAMessageRichTextEditorBean richTextBean = (OAMessageRichTextEditorBean) createWebBean(pageContext, MESSAGE_RICH_TEXT_EDITOR_BEAN);
          richTextBean.setFontBean(font);

Similar Messages

  • How to Change the Font Type for Printing Pocket Address Book?

    I am new to the Mac and was entering in my contact info into the Address Book in hope of creating a Pocket Address Book (PAB). When I attempt to print out the PAB the default font is courier. When I click on "set" and access other font types, sizes, etc., I can't seem to find a way to apply or save the font type that I choose. In short, it stays as courier. I found an archived thread in a forum that suggests to validate the font I want - which I did and it was already validated - and otherwise I cannot seem to change it from courier. Any help on how to get the font I select to be applied instead of courier would be GREATLY appreciated!

    You can also change it using the UIManager:
    UIManager.put("OptionPane.foreground", Color.red);
    UIManager.put("OptionPane.messageForeground", Color.red);
    For a complete list of all properties you can change for each component check out this program:
    http://www.discoverteenergy.com/files/ShowUIDefaults.java

  • How to change Font Type of the Title Text of a JFrame?

    Hi,
    I want to set a different Font Type for the Title text of the titlebar of my JFrame.
    Is it possible? Can anyone show me how if it is?
    Thanks.
    Niteen

    Michael,
    Thanks. It works!
    But there was a problem. I was not using the :-
    JFrame.setDefaultLookAndFeelDecorated(true);
    so I have to use it now.
    Is it possible to do it without the default decorated look and feel? Because the default LNF title bar has too much height and I am cramped for space.
    I know that's no excuse. I tried but it doesn't work.. I am using a extended JFrame like this:-
    class Testing extends JFrame
    public Testing()
    setSize(300,100);
    setLocation(400,200);
    Container container = getContentPane();
    /* add components to this container here */
    setVisible(true);
    When I use getComponent() for the container, I get an ArrayIndexOutOfBound Exception.
    When I set the argument to getComponent(0), the font in the title bar is not changed.
    What else should I do?
    Thanks.
    Niteen.

  • How to change font type of blog comment?

    Hi All,
    Is there any way to change the font type of the received comments on my blog entries?
    BR: Szimi

    Go
    LED >Mouse right-click> Create >>> Property Node >>> Label >>> Font >>> Name
    then (or)
    Numeric >Mouse right-click> Create >>> Property Node >>> Numeric Text >>> Font >>> Name
    Regards.

  • How to change font type of front panel indicator

    Hello,
    I want to change numeric indicator font type to LED style. I've got the font. But, how can I change the font type of Indicator independently, i.e. not by changing application font type. I've checked the Property Node available are only color, size, justification, but type.
    Yoppy.
    Solved!
    Go to Solution.

    Go
    LED >Mouse right-click> Create >>> Property Node >>> Label >>> Font >>> Name
    then (or)
    Numeric >Mouse right-click> Create >>> Property Node >>> Numeric Text >>> Font >>> Name
    Regards.

  • How do you find out what the font type is when you open a .eps file

    I've been sent a logo in a .eps file and I need to edit. However I can't see what font type has been used!
    Thanks Claire

    Claire,
    You may also try here,
    http://www.identifont.com/
    http://www.whatfontis.com/
    Or ask in the Typography forum,
    http://forums.adobe.com/community/design_development/typography?view=discussions&start=0
    Edit: Hi elDudereno.

  • Working in Adobe  Illustrator CS5.  Fonts are shown as Font type (i.e. True Type, Adobe, OpenFace icons) with no name unless I high light an font icon.  This does not happen in Photoshop or InDesign.  Help!

    Illustrator CS5 for Mac.  OS Yosemite 10.10.1 Font Drop Down show only font type icon unless I drag my cursor over an icon to reveal the font name and style.   Fonts works great in InDesign and Photoshop.

    j,
    I believe this may solve it:
    Open System Preferences and go to Accessibility. Next, select Display from the source list along the left, then check the box labelled Reduce transparency.
    It was first presented in this post #15 by TheUlser:
    https://forums.adobe.com/message/6854594#6854594

  • Error in Portal Navigation - Font Type, Size and formatting.

    We carry through all the tips postadas in the SDN to solve this problem, however we the same have some different stations with problem.
    We are using the Bi 7,0 Portal, and we are with problems in the layout: <b>Font Type, Size and formatting</b>, and WEB.
    Somebody has some specific tip for this problem?
    Regards,
    Sbrissa.

    Hi Biroj, thanks, I´m check the error continues...
    Thanks,
    Sbrissa.

  • Can we change font size and font type in reports

    Hi All Technical/Functional Masters,
    We are developing some transactional reports in ISU. this report has 20 columns to be printed. On screen, display is not a problem but client has a requirement to download this report in PDF format and wants to print on A4-paper in Landscape. Although we have managed to accommodate all the columns on A4 paper but have to compromise with font size that are very small and not visible. If we download the report in excel format we are able to maintain the font size 8 and accommodate all columns after little format but same in PDF is a problem.
    Can anyone tell whether we can increase the font size and change font type(from SAP standard to 'Arial') before sending the output in PDF ? Is there any property or utility that can be changed or used for this purpose.

    Function Module : CONVERT_ABAPSPOOLJOB_2_PDF
    Include : THSTXWFPL
      for modify font size
    decrease fontsze foncharacter will increase
    fontsize = 120.     <-- Change
    fontsize = 100.  or fontsize = 80
    Depend on your logon lang. My case logon 'TH' or 2.  I modified font ZCORDIA (refer CordiaNEW thai font)
    if is_cascading is initial.
      case language.
      when '0'. "Serbian
        font = 'COURCYR'.  devtype = 'SAPWIN'.
      when '1'. "simpl.Chinese
        font = 'CNHEI'.    devtype = 'CNSAPWIN'. cjklang = 'X'.
      when '2'. "Thai
      font = 'THDRAFT'.  devtype = 'THPDF'.
       font = 'ZCORDIA'.  devtype = 'ZMTHSWNU'.
        font = 'THANGSAN'.  devtype = 'ZPDFUC'.
      when '3'. "Korean
        font = 'KPSAMMUL'. devtype = 'KPSAPWIN'. cjklang = 'X'.
      when '4'. "Romanian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '5'. "Slovenian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '6'. "Croatian
        font = 'COURIER'.  devtype = 'I2SWIN'.
      when '8'. "Ukranian
        font = 'COURCYR'.  devtype = 'SAPWIN'.
    Add font Cordia Thai
    SE73 --> Fon familia --> ZCORDIA
    Load Font Cordia thai to system
    SE38 --> RSTXPDF2UC
    load CORDIA.TTF
    SE73 --> printer font --> 'ZMTHSWNU'
    Add ZCORDIA font and copy AFM Metric from = 'THDRAFT'.  devtype = 'THPDF'.
    Modify AFM
    example
    *----- OLD--
    StartFontMetrics 2.0
    sapFamily ZCORDIA
    sapHeight 000
    sapBold false
    sapItalic false
    StartCharMetrics 0183
    WX 0500 ; N space                          ;
    WX 0500 ; N exclam                         ;
    WX 0500 ; N quotedbl                       ;
    WX 0500 ; N numbersign                     ;
    WX 0500 ; N dollar                         ;
    WX 0500 ; N percent                        ;
    WX 0500 ; N ampersand                      ;
    *--NEW--
    StartFontMetrics 2.0
    sapFamily ZCORDIA
    sapHeight 000
    sapBold false
    sapItalic false
    StartCharMetrics 0183
    WX 0375 ; N space                          ;
    WX 0375 ; N exclam                         ;
    WX 0375 ; N quotedbl                       ;
    WX 0375 ; N numbersign                     ;
    WX 0375 ; N dollar                         ;
    WX 0375 ; N percent                        ;
    WX 0375 ; N ampersand                      ;
    Result : decrease space between character.   Then Your PDF will have BIGGER FONT.
    Rdgs,
    Suwatchai

  • StarOffice 8 - finding all different font types in a Writer file

    Hello,
    I am currently using StarOffice 8 on a Windows XP system.
    I frequently transfer a large Writer (.odt) file between different computer systems as I constantly update the file with new information. As part of the updates, I use different fonts. As I install a particular font on one machine, this font may not be installed on another machine when I add new information to the file on that particular machine.
    When I open the Writer file on a machine that has some font not installed, the WYSIWYG appears incorrectly (since the proper font is not installed on that computer, of course) but if you highlight the incorrectly-displayed info, it says what the font type should be (ie, "WP Hebrew David" font). I then go online to download that specific font type for this the computer. Then the data is displayed correctly.
    When you have many, many different font types used in a file, it is hard to keep track of all different fonts used. Before anyone questions me on using so many different fonts in a file, it is important for my file to visually display the correct data, and this means using a quantity of fonts.
    What I am wondering is the following:
    Is there a way from within StarOffice 8 to scan a particular file and then let the user know every different font name used in that file?
    That way, if the file contains a font which was used on another machine but not currently installed on the current machine -- when I am updating information in the file -- I can then see a list of fonts used and then install new fonts accordingly after checking to see if they are installed (by checking the Fonts folder in C:/Windows)
    I hope this makes sense, or is it "clear as mud"?
    Please excuse my bad English grammar as I am not a native English speaker, but have picked it up living in Canada for the last 20 years :-)
    Cheers & thanks in advance for any help !
    David
    Edited by: Broad_Arrow on May 18, 2009 11:18 PM

    May 20 2009
    There is a Fonts Used macro writer_printAllFonts.sxw Further checking this is the wrong StarBasic macro. The one I use came from an OOo forum I think. I use it with SO7, SO8 and SO9.
    It is at the end of this message. To install it:
    [1] Copy the macro below to the clipboard
    [2] Go to Tools>Macros>Organize Macros>Basic>Standard
    Select New. Highlight what is there, paste, and close.
    [3] Go to Tools>Customize>Menus>Tools
    Highlight Word Count, then go to Add>Macros>My Macros>Standard>Module1
    Highlight FontsUsed, Click Add, Close, Ok
    Phil
    REM ***** BASIC *****
    Sub Main
    End Sub
    Sub FontsUsed 'Version 1 John Vigor 4/25/06
    'List fonts used in Writer document. Appears to work in normal text,
    'Sections, normal Tables, and Frames. Will currently crash on a Table
    'within a Table.
    oDoc = ThisComponent
    Dim fonts as Integer: Dim aFonts(1)
    oTC = oDoc.Text.createTextCursor
    oTC.goRight(1,true) : CurrentFont = oTC.charFontName
    fonts = fonts + 1 : aFonts(fonts) = CurrentFont
    REM Do "normal" text.
    partEnum = oDoc.Text.createEnumeration
    PartEnumerator(partEnum,CurrentFont,fonts,aFonts())
    REM Do Frames.
    oFrames = oDoc.getTextFrames
    If oFrames.Count > 0 then
    fonts = fonts + 1 : ReDim Preserve aFonts(fonts)
    aFonts(fonts) = "NEW FONTS, IF ANY, FOUND IN FRAMES:"
    For I = 0 to oFrames.Count - 1
    thisFrame = oFrames.getByIndex(I)
    partEnum = thisFrame.createEnumeration
    PartEnumerator(partEnum,CurrentFont,fonts,aFonts())
    Next
    EndIf
    REM Prepare list.
    For I = 1 to fonts
    s = s & aFonts(I) & Chr(10)
    Next
    iAns = MsgBox(s,4,"FONTS FOUND. Create font list document?")
    If iAns = 7 then
    End
    Else
    NewDoc = StarDesktop.loadComponentFromURL("private:factory/swriter"," blank",O,Array())
    oVC = NewDoc.CurrentController.getViewCursor
    oVC.String = s : oVC.collapseToEnd
    EndIf
    End Sub
    Sub PartEnumerator(partEnum,CurrentFont,fonts,aFonts())
    While partEnum.hasMoreElements
    thisElement = partEnum.nextElement
    If thisElement.supportsService("com.sun.star.text.Paragraph") then
    portionEnum = thisElement.createEnumeration
    PortionEnumerator(portionEnum,CurrentFont,fonts,aFonts())
    ElseIf thisElement. supportsService ("com.sun.star.text.TextTab le") then
    Cols = thisElement.getColumns.Count - 1
    Rows = thisElement.getRows.Count - 1
    For C = 0 to Cols
    For R = 0 to Rows
    thisCell = thisElement.getCellByPosition(C,R)
    cellEnum = thisCell.createEnumeration
    While cellEnum.hasMoreElements
    thisPara = cellEnum.nextElement
    portionEnum = thisPara.createEnumeration
    PortionEnumerator(portionEnum,CurrentFont,fonts,aFonts())
    Wend
    Next
    Next
    EndIf
    Wend
    End Sub
    Sub PortionEnumerator(portionEnum,CurrentFont,fonts,aFonts())
    Dim found as Boolean
    While portionEnum.hasMoreElements
    thisPortion = portionEnum.nextElement
    thisFont = thisPortion.charFontName
    If thisFont <> CurrentFont then
    For I = 1 to fonts
    If aFonts(I) = thisFont then found = true: Exit For
    Next
    If found then
    CurrentFont = thisFont : found = false Else
    fonts = fonts + 1 : ReDim Preserve aFonts(fonts)
    aFonts(fonts) = thisFont : CurrentFont = thisFont
    EndIF
    EndIf
    Wend
    End Sub

  • IC WebClient - Install Font Types Mail Forms

    Dear All,
    I hope you experts can help me out with the following issue:
    With the IC_MANAGER business role it's possible to create/maintain mail forms. To do this, go to "Knowledge Management" in the left menu and after that select Mail Forms.
    In here you can maintain your mail forms. I want to extend the font types. Now I only have the font types: Times New Roman, Arial and Courier. I want to extend thist list with 'Verdana'.
    Does anybody know how this works?
    Kind regards,
    Maarten

    Hello Maarten,
    1. Upload the TrueType font through transaction SE73 in the backend system.
    2. Maintain the table TBTFFONTMAP throught transaction SM30
    Logon to the webclient and you should be able to use the newly installed font.
    With kind regards,
    Jeroen van den Berg

  • Change font type/style of app.popUpMenu

    Hi~~
    I am using app.popUpMenu to show an array of items, in which there are some Chinese charaters but they are displayed as "..."
    I guess the  default font type of the popup menu cannot show these Chinese characters...
    Is there any method to change the popup menu font type / style?
    Also I tried to change the font of the textfield which populates the popup menu, but it doesn't work...
    ~~~~ thanks for any suggestions!

    hi radzmar~ thanks for your advice!
    i tried but it cannot solve my problem...all the chinese characters can be shown correctly in the form except this app.popUpMenu
    the chinese characters can also be shown in alert message box
    any other suggestions ><

  • Change font type in email messages

    How do I change the font type in the messages I send through my email on my phone?

    With the Mail App you cannot change the font.

  • Is there any way to bring back the font type and background of Safari reader from iOS6 in to the iOS7 ? I really miss it, the new design is awful, simple and has now class at all.

    Is there any way to bring back the font type and background of Safari Reader from iOS6 in to the iOS7 ? I really miss it, the new design is awful, simple and has now class at all.

    I agree with you, many things in the ios 6.x were more elegant. The reader was the most one of them. I think the ios7 wants to be the windows 8.

  • In SAP 4.6c In classical reports output how to change Font size and Font type

    Dear Experts,
    In SAP 4.6c, in classical and interactive reports  output how to change font size and font type.
    Regards,
    Zaker.

    These are HTML formatting questions. Nothing to do with the Oracle SQL and PL/SQL languages.
    With old-style HTML, the font size and family are set using the font tag.
    With modern style HTML, that is done using cascading style sheets (CSS).
    Your favourite search engine will turn up tons of information on both.

Maybe you are looking for

  • Maximum no.of Hits

    Hi, I have one parameter on my report as 'Maximum no.of Hits'.Can anyone help me to how to code for this logic. Thanks in advance, Sheetal

  • Share contact via text mesage

    Hi there, I'm having some trouble sharing Iphone contacts via text message. When I go to any contact in my Iphone and hit the "Share Contact" button, rather than bringing up  "Message" or "Email" pop-up it goes straight to open a new email with conta

  • Stop VBKD-BSTKD expand to other sales documents and billing

    Hello, Actually we have in our copy control procedure field VBKD-BSTKD to copy to other documents like proform billing and finally billing. The problem we have, when user modify VBKD-BSTKD in other application that replicate into sap, the number is b

  • New Arch kernel won't launch OpenShot video editor [SOLVED]

    I just re-installed Arch the other day and now OpenShot Video Editor won't startup. [wordstrings@DTR-Arch-Linux ~]$ openshot ------------------------- ERROR 1 ------------------------------ Failed to import 'from openshot import main' Error Message:

  • Thunderbird and passwords at startup

    DE:KDE4 Thunderbird:24.0 I have three accounts in Thunderbird. I have for all accounts:     Check for new messages at startup - Ticked     Check for new messages every 10 minutes - Ticked In Preferences --> Passwords I have no saved passwords and I D